Conway's Game of Life
Simple simulation of Conway's Game of life.
Rules:
If dead cell (white):
1. If exactly 3 neighbors, becomes alive (red).
If alive cell:
1. If exactly 2 or 3 neighbors, stays alive.
2. 1 or less neighbors, dies.
3. 4 or more neighbors, dies.
Controls:
Mouse button to change cell state, buttons move forwards a certain number of steps.
Game #5 - https://20_games_challenge.gitlab.io/challenge/
Status | Released |
Platforms | HTML5 |
Author | GregariousGamer |
Genre | Simulation |
Made with | Godot |
Tags | conways, Godot |
Leave a comment
Log in with itch.io to leave a comment.