Skip to content

AvaAvarai/PyGame-GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyGame-GameOfLife

Pygame implementation of John Conway's Game of Life, made as a school project.

How to run

Requires PyGame and Numpy to be installed in the environment then run main.py with Python.

Controls

  • Left-Click – toggle tile state while paused
  • Spacebar – start or pause the game
  • s – save to file
  • l – load from file (gen# doesn’t save)
  • r – restarts the game
  • ESC – quits the game

screenshot

Releases

No releases published

Packages

No packages published

Languages