
Game of life
About
The purpose of this itch project is to create a simulation of Conway's Game of Life.
Game Description
This is a non-playable game designed solely to simulate "Game of Life" and demonstrate how it works. The cells in the grid are either live (represented by green dots) or dead. It follows a logic that runs at regular intervals, updating each cell to be either live or dead based on the following three rules:-
- Any dead cell with three live neighbors becomes a live cell.
- Any live cell with two or three live neighbors survives.
- All other live cells die in the next generation, and all other dead cells remain dead.
Credits
Ramninder Singh (Code)
-> Linkedin
University of Europe for Applied Scieneces
This game was created at the Game Design // UE at the University of Europe for Applied Sciences.
Supervised by: Hagen Eric Sparka
Status | Released |
Platforms | HTML5 |
Author | Ramninder Singh |
Made with | Unity |