Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 240 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 240 Bytes

Game-of-Life

git clone https://github.com/Kayzwer/Game-of-Life/
cd Game-of-Life
python main.py

python main.py --width "width of the world" --height "height of the world" --init_pop "initial live cells population"