Program to simulate Conway's Game Of Life written using Python3
You need the pygame
module for this program to work.
pip3 install pygame
then, just clone the repo and run the main.py
file with python
git clone https://github.com/Nobel49/GameOfLife.git
cd GameOfLife
python3 main.py -h
python3 main.py [Flags] [OPTIONS]
Flags:
-h : Prints the help option
-r : Uses the given size to generates a random state and run the program
-t : Provide a initial state through a text file
Examples:
python3 main.py -r 40
python3 main.py -t ggg.txt