the game of life
John Conway's Game of Life on python with pygame library.
launch:
- clone this repository
git clone https://notabug.org/stak/the_game_of_life.git
- install requestments
pip install pygame
- go to directory with repository
cd /(your PATH)/the_game_of_life
- run the game
python3 main.py
special thanks to: