# Game of Life There is a Python pygame implementation here. I also intend to port this to Javascript using p5.js and deploy it on the github-pages branch as a release. # Update: It turns out this Cellular Automaton has emergent capacities, and ties in nicely with undecideable problems and Computer Science in general. Here is the earned post on the matter: Game of Life Furthermore, the `rosetta-code` directory contains some more advanced implementations of my naïve implementation in `pygame`. # Release The corresponding github-page served from `src` is built in javascript using the canvas tag. ## todo - [ ] [heatmap](https://www.youtube.com/watch?v=7ovnav292dY)