From 72d7766745bad553dddcff0184e3c6a1e1793554 Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Sat, 28 Sep 2024 12:18:18 +1000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a6fedd..67ac202 100644 --- a/README.md +++ b/README.md @@ -48,12 +48,12 @@ I will provide updates as best as I can :smile: ## Done * Cluster detection -* Display updated board +* Display updated board (render/update) * No more moves / Game over * Random brick selection * Brick: Rotation [**R**], Left [**←**], Right [**→**] * Random column selection -* Display in play brick +* Display in play brick (falling brick) * Backdrop Colour selection [**^C**] * About screen [**A**] * Menu screen @@ -61,7 +61,7 @@ I will provide updates as best as I can :smile: * Pause [**P**] * Quit [**Q**] * Restart [**^R**] -* Keyboard input +* Keyboard input (Event Handling) * Invert backdrop gradient [**ctrl + X**] * Next piece preview [**N**] * Tile Shape [**^S**]