-
Clone the repository
-
Set up a Python virtual environment
python3 -m venv .venv source .venv/bin/activate
-
Install the dependencies
pip install -r requirements.txt
-
Defaults:
python3 game_of_life.py
-
Different Sizes:
python3 game_of_life.py -s 100
-
Different Simulation Rates:
python3 game_of_life.py -r 20
-
Import Image:
python3 game_of_life.py -r 10 -i file -f presets/glider_gun.png