Python program to simulate John Conway's Game of Life.
Support this project by leaving a ⭐
Follow these steps to set up and run the project locally:
- Clone the repo
git clone https://github.com/Fahad-Habib/Game-Of-Life.git
cd Game-Of-Life
- Install requirements
python -m pip install -r requirements.txt