README.md 683 B

the game of life

image

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: