Conway's Game of Life Generator
RUN ONLINE : RUN
To install the required packages, you can use pip:
pip install numpy
To run the game, you can use the following command:
python main.py
This will start the GUI for the Game of Life, and you can click the "Run" button to start the game. You can also click the "Reset" button to reset the game to its initial state.
You can customize the size of the grid and the initial state of the game by changing the values of the GRID_SIZE
and create_grid()
variables in the main.py
file.
It's based on the Conway's Game of Life cellular automaton, which was invented by John Horton Conway in 1970.
This project is licensed under the MIT License