Skip to content

EnderMk9/GameofLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameofLife

Simple Game of Life on Python3

Requierements:

  • Python 3
  • PyGame
  • NumPy

Controls:

  • LClick - Turn alive
  • RClick - Kill cell
  • SPACE - Pause/Unpause
  • Q/W - Increase X/Y of grid
  • A/S - Decrease X/Y of grid
  • BACKSPACE - Reset
  • F - Fill
  • ESC - End Game

alt text