Conway's Game of Life
Enjoy :D
-----------------------------------------------------------------
Rules:
if an alive tile has more than 3 neighbors it dies
if a tile has less than 2 neighbors it dies
if a dead tile has 3 neighbors it comes to life
if a tile has 3-2 neighbors it survives
-----------------------------------------------------------------
controls:
X; Undo
Z: change draw type (switch from draw to erase)
C: Clear Screen
Space: Start/Stop Simulations
-----------------------------------------------------------------
Status | Released |
Platforms | HTML5 |
Rating | Rated 3.5 out of 5 stars (2 total ratings) |
Author | Puddle |
Genre | Educational |
Made with | Unity |
Comments
Log in with itch.io to leave a comment.
I seriously don't know what happened after I hit the simulation button, but it looked good. It would make more sense if you could explain this game more plus with a good tutorial.
It's playground for well-known math thing https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
Sadly John Conway dead by covid at 2020.
thx :p. the rules for the game are in the description. every generation the current tiles are updated with the rules. i should have put a generation by generation button in but forgot. it runs about 26 generations a second so it may look a bit fast
Okay, we will give it a play again soon.