Conway's Game of Life
Conway's Game of Life
Explore the fascinating world of Conway's Game of Life, a cellular automaton devised by British mathematician John Horton Conway in 1970.
Game Rules:
- Underpopulation: Any live cell with fewer than two live neighbors dies.
- Survival: Any live cell with two or three live neighbors continues to the next generation.
- Overpopulation: Any live cell with more than three live neighbors dies.
- Reproduction: Any dead cell with exactly three live neighbors becomes a live cell.
Features:
- Play Modes: Navigate forward and backward through generations, or let the game autoplay.
- Grid Customization: Click on tiles to set your initial state, generate a random grid, or clear the entire grid.
- Pattern Options: Now you can choose and paint various patterns directly onto the grid, making it easier to experiment with different starting configurations.
- Controls: Zoom in and out, and move through the grid using W, A, S, D keys.
Repository: https://github.com/nicomy96/ConwaysGameOfLife
Status | Released |
Platforms | HTML5, Windows |
Author | Nicolás Méndez |
Genre | Simulation |
Made with | Unity |
Tags | Automation, conways-game-of-life, game-of-life, Short |
Install instructions
Unzip the folder, and run the .exe
Leave a comment
Log in with itch.io to leave a comment.