Skip to content

Commit

Permalink
document controls
Browse files Browse the repository at this point in the history
  • Loading branch information
buha authored Oct 31, 2024
1 parent 6a30ba6 commit 9925135
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@
A Python+Qt5 implementation of the Conway's Game of Life

![Demo](assets/demo.gif)

# 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)

0 comments on commit 9925135

Please sign in to comment.