Update README.md

This commit is contained in:
Jason Bou-Samra
2024-09-28 12:18:18 +10:00
committed by GitHub
parent 8729af2a44
commit 72d7766745
+3 -3
View File
@@ -48,12 +48,12 @@ I will provide updates as best as I can :smile:
## Done ## Done
* Cluster detection * Cluster detection
* Display updated board * Display updated board (render/update)
* No more moves / Game over * No more moves / Game over
* Random brick selection * Random brick selection
* Brick: Rotation [**R**], Left [**←**], Right [**→**] * Brick: Rotation [**R**], Left [**←**], Right [**→**]
* Random column selection * Random column selection
* Display in play brick * Display in play brick (falling brick)
* Backdrop Colour selection [**^C**] * Backdrop Colour selection [**^C**]
* About screen [**A**] * About screen [**A**]
* Menu screen * Menu screen
@@ -61,7 +61,7 @@ I will provide updates as best as I can :smile:
* Pause [**P**] * Pause [**P**]
* Quit [**Q**] * Quit [**Q**]
* Restart [**^R**] * Restart [**^R**]
* Keyboard input * Keyboard input (Event Handling)
* Invert backdrop gradient [**ctrl + X**] * Invert backdrop gradient [**ctrl + X**]
* Next piece preview [**N**] * Next piece preview [**N**]
* Tile Shape [**^S**] * Tile Shape [**^S**]