diyorbek / gameoflife

Simple implementation of Conway's game of life in javascript with Canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gameoflife

This is a javascript and canvas implementation of Conway's game of life. This code was written as part of a tutorial on the Hungry Turtle Code channel

Other visualisations

There is another branch called "heatmap" where I built upon this code and visualised the game as a heatmap where the value of each cell is built upon the historical life that that cell has had.

Do something cool

If you do something cool with this please let me know. I would love to see. Open an issue on this repo to show me or contact me on twitter

About

Simple implementation of Conway's game of life in javascript with Canvas


Languages

Language:JavaScript 70.7%Language:HTML 29.3%