Game of Life
Conway´s Game Of Life is a little interactive simulation of a population with 4 simple rules.
The Simulation is made up of little squares which are either alive or dead.
You´ll get the hang of it pretty quickly.
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.
More information here:
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
Arrow Keys for precision Tool
Here is a really nice Numberphile Video on that topic:
Status | In development |
Platforms | HTML5 |
Author | Vollidiotischer |
Genre | Simulation |
Tags | 2D, conways-game-of-life, game-of-life, no-player-game, Relaxing, Singleplayer |
Development log
- Now with an infinite field size!Apr 25, 2020
- Added support for all screen resolutionsOct 16, 2019
Leave a comment
Log in with itch.io to leave a comment.