Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 430 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 430 Bytes

game-of-life

A Python+Qt5 implementation of the Conway's Game of Life

Demo

Controls

  • space - pause/resume life
  • mouse left click - kill/resurrect any cell
  • mouse wheel - resize grid elements
  • G - toggle grid
  • S - show status
  • R - toggle a recording
  • resize window - increase/decrease the cell universe size (resizing window to minimum and back will kill all the cells)