Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 392 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 392 Bytes

The Game of Life!

A js/canvas implementation of Conway's game of life.

Clone the repository, open the index.html page in a browser and enjoy!

You can see a live demo in http://afgomez.es/lab/game-of-life/

TODO:

  • Optimize! Avoid repainting the whole grid each generation
  • Controls to start/stop the autoplay
  • Allow the user to switch active points in the canvas