From 99251355db3a007298fd3bc93a5789e0250163c7 Mon Sep 17 00:00:00 2001 From: Darius Berghe Date: Thu, 31 Oct 2024 11:09:50 +0200 Subject: [PATCH] document controls --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b5d5be9..351289c 100644 --- a/README.md +++ b/README.md @@ -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)