Aucune description

“stak” 1f55c51b53 inital commit il y a 2 ans
LICENSE 4e964d9813 Initial commit il y a 2 ans
README.md 1f55c51b53 inital commit il y a 2 ans
cell_generator.py 38178015d4 inital commit il y a 2 ans
image.png 9f25c7c274 inital commit il y a 2 ans
main.py 38178015d4 inital commit il y a 2 ans
settings.py d67352b706 inital commit il y a 2 ans

README.md

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: