Ingen beskrivning

“stak” 1f55c51b53 inital commit 2 år sedan
LICENSE 4e964d9813 Initial commit 2 år sedan
README.md 1f55c51b53 inital commit 2 år sedan
cell_generator.py 38178015d4 inital commit 2 år sedan
image.png 9f25c7c274 inital commit 2 år sedan
main.py 38178015d4 inital commit 2 år sedan
settings.py d67352b706 inital commit 2 år sedan

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: