"Game Of Life" is an interactive simulation based on John Conway's Game of Life, implemented using Pygame.
To run "Game Of Life", you'll need Python and Pygame installed on your system.
-
Python: Ensure you have Python 3.x installed. You can download it from python.org.
-
Use the package manager pip to install pygame.
pip install pygame
To start the simulation, navigate to the app's directory in your terminal and run:
python main.py
- Escape Key: Exit the simulation.
- P Key: Pause or resume the simulation.
- R Key: Reset the board with a random configuration.
- D Key: Step through the simulation while paused.
Normal ruleset demo:
Maze ruleset demo: