From c68216afa6c9770cd8d2c9d295ba08d3d0279209 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Sat, 27 Jun 2020 01:38:35 +0100 Subject: [PATCH] Updated README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0205d2b..8c1abc4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # ncurses_gameoflife Small program to simulate Conway's Game of Life, using ncurses. -Press 'q' to quit. - +Bindings: + q - quit. + h,j,k,l - move cursor. + space - pause/unpause game. + i - toggle cell (be sure to have game paused). + r - randomises grid. + c - clears grid.