Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 265 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 265 Bytes

Game of Life

python implementation for Conway's game of life.

Usage

$ pip install python-gameoflife
$ python-gameoflife

Keybinds

  • R: Random seed
  • S: Toggle pause
  • Left-Click: Toggle cell's state
  • C: Clear game field
  • Q: quit