This is a python library to simulate Conway's Game of Life. If you need more infomation about Conway's game, please click here.
This library allow create bo
pip3 install -r requirements-lib.txt
In case you want to install from github please type following command lines:
git clone https://github.com/jelambrar96/pyconway.git
cd pyconway
And then,
python3 setup.py install
numpy==1.19.5
scipy==1.5.4
MIT License (c) 2021, Jorge Lambraño Arroyo. jelambrar96
This is an open project.