Skip to content

cdecompilador/conway-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages