Conway's Game of Life (Jonny Hunter)
About
The Game of Life is a 2D cellular automaton devised by mathematician John Horton Conway in 1970. The Game consists of cells on a grid. These cells can either be dead or alive and can change their state based on these three rules:
- Any live cell with two or three live neighbours survives.
- Any dead cell with three live neighbours becomes a live cell.
- All other live cells die in the next generation. Similarly, all other dead cells stay dead.
The only input required from the player is populating the grid with live cells. This version of the game lets the player place their own cells, randomly spawn an amount of cells, or choose a preset layout. The speed at which the game updates the grid can be changed in the menu and while the game is running. You can also set the amount of live cells and the seed for random layouts, change the border behaviour, and change the colors for live and dead cells.
- Left/right - change setting
- Up/Down - move to previous/next setting
- X - Start Game
- X - Pause
- Z - Back to Menu
- Up/Down - Change Speed
- Right - Update Grid Early
System requirements for PC
System requirements for macOS
System requirements for Linux
System requirements for Web
Last Modified: Aug 24, 2020
Where to buy
itch.io