You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project contains the classic game called "Conway's Game of Life" programmed in python.
The project has been developed in python3.5 ,using Pycharm.
To run it:
python3 main.py
About
This project contains the classic game called "Conway's Game of Life" programmed in python. The project has been developed in python