Releases: Tugamer89/GameOfLife
Releases · Tugamer89/GameOfLife
Game of Life - v1.0.0 - Binary Release
This is the first release of the Game of Life project, available for both x64 and x86 architectures. Implemented in C++, this program simulates the famous cellular automaton game created by John Horton Conway in 1970. The simulation is based on a grid of cells that can be either alive or dead, and the state of each cell is determined by the state of its neighbours according to a set of predefined rules. This program allows the user to customize the size of the grid, the initial state of the cells, and the number of iterations. Enjoy!