Conways game of life
Conways Game of Life+ Personal - Winter 2015
An extended version of Conway's Game of Life that allows for color. Rendering is implemented in a 2D Canvas for smooth performance.
Additional Rules:
- Color is inherited from a cell's parents
- Opacity increases with cell age
What I worked on
JavaScript/HTML/CSS
Initial requirements provided as part of a coding challenge. I handled the rest of the design and development.
Conways game of life