An application that emulates Conway's Game of Life.
The game is zero-player game, so the evolution of the game is initially determined by the initial state.
There are some nice presets to show different interesting patterns.
This application is still in active development and therefore not feature complete.
Updated on
Jun 11, 2011
Puzzle
Data safety
arrow_forward
Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
Learn more about how developers declare collection
See details
What’s new
- Added touch support, you can now bring nodes back to life or kill them. - Optimized the drawing a bit, still a bit buggy at lower delays. - Added a delay option to settings, this allows for tuning the speed of generations. - Lots of bug fixes.