Conway's Game Of Life
About:
Conway's Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970. This is a "Zero-player game" meaning after the initial setup no further input is needed.
Rules:
- Any live cell with fewer than two live neighbours dies (as if by underpopulation).
- Any live cell with two or three live neighbours lives on to the next generation.
- Any live cell with more than three live neighbours dies (as if by overpopulation).
- Any dead cell with exactly three live neighbours becomes a live cell (as if by reproduction).
Controls:
play / pause simulation - Space
Clear grid - R
Add cells - right mouse button
Remove Cells - Left mouse button
Randomise cells - E
Hide UI - H
Published | 1 day ago |
Status | Released |
Platforms | HTML5 |
Author | Luke Watkiss |
Genre | Simulation |
Made with | Unity |
Tags | 2D, Singleplayer, Unity |
Leave a comment
Log in with itch.io to leave a comment.