Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 363 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 363 Bytes

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