Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 196 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 196 Bytes

The Game of Life

John Conway's game of life written in Python 3 with pygame

  • c to clear
  • space to pause/resume
  • g to randomly generate cells
  • mouse click over a cell to alive/kill it

bosh