Game of Life (itch) (Matt J Hart)
About
This is a clone of "Conway's Game Of Life" which I made in Unity. It's a cellular automaton and arguably isn't really a game at all!
As per the original version, the rules are as follows:
- Any live cell with 0 or 1 neighbours dies
- Any live cell with 2 or 3 neighbours survives
- Any live cell with 4 or more neighbours dies
- Any dead cell with 3 neighbours comes alive
I made some small changes, such as adding adaptive music and adding a small chance for any cell with no neighbours to become alive as a cluster of cells.
Controls
- Left click - Add live cell
- Right click - Remove live cell
- Space - Toggle continuous generation
- Enter - Step generation
- R - Reset all cells
System requirements for Web
Last Modified: Apr 29, 2022
Where to buy
itch.io