/life

my implementation of Conway's Game Of Life, testing course project

Primary LanguagePython

Requirements

pip3 install -r requirements.txt

Run App

python3 gui.py

or

python3 tui.py

Run Tests

python3 life_test.py