traviscaro / gol

Javascript Conway's Game of Life graphical simulation on HTML5 canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GOL - CIS 377 Assignment 2 (Graphics)

Conway's GOL is a graphical simulation demonstrating behaviors of programmed cellular automata that follow a set of defined rules. This implementation follows the B3S23 rule scheme and includes features for adjusting game variables as well as reporting statistics and cell details. It also includes logic for cellular aging changing color of cell gradually.

About

Javascript Conway's Game of Life graphical simulation on HTML5 canvas


Languages

Language:JavaScript 74.5%Language:HTML 18.1%Language:CSS 7.4%