Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 325 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 325 Bytes

Conway Game of Life

I was bored so I tried making it in python, and yeah, python slow af usign pypy is recomended

How to run (assuming you have python 3.x installed)

python -m virtualenv .venv
source .venv/bin/activate # .\.venv\bin\activate.bat (on windows)
pip install -r requirements.txt
python main.py