Conway's Game of Life Python Implementation
-tkinter
-time
This is a GUI based python script.
Python Code On windows machine:
clone Game-Of-Life repository on local machine.
> git clone https://github.com/geosaleh/Game-Of-Life
change directory to SudokuSolver
> cd Game-Of-Life/
Now its time to execute GameOfLife.py
> python GameOfLife.py
Hope you'll install it in your computer just to try .