golpy is an implementation of Conway's Game of Life (and other life-like cellular automata)
Inspired by golly (https://sourceforge.net/projects/golly/)
created and maintained by dkuska
USAGE:
-
Create and activate venv
python -m venv .venv
source .venv/bin/activate
-
Install dependencies with:
pip install -r requirements.txt
-
Go into the golpy directory and run main.py with your python interpreter and the command line arguments you'd like to pass.
python main.py -rule 3/23 -size 150