Update README.md

This commit is contained in:
Jason Bou-Samra
2024-08-18 12:16:57 +10:00
committed by GitHub
parent f67a2313a4
commit ea1c1f572e
+7 -6
View File
@@ -11,9 +11,10 @@ I will provide updates as best as I can :smile:
## Change-log: ## Change-log:
* 04/05/2024 - Foundation code * 04/05/2024 - Foundation code.
* 20/07/2024 - Making progress, albeit slowly when I can find time between work and personal life * 20/07/2024 - Making progress, albeit slowly when I can find time between work and personal life.
* 12/08/2024 - code refactoring and tidyup * 12/08/2024 - Code refactoring and tidyup.
* 18/08/2024 - Code starting to come together and take shape. Overall structure begining to settle.
## Compilation ## Compilation
* Make sure to install the following development libraries * Make sure to install the following development libraries
@@ -34,7 +35,7 @@ I will provide updates as best as I can :smile:
* To move game window using GNOME (Press Super [win] key) and right click/hold mouse) anywhere in game window. * To move game window using GNOME (Press Super [win] key) and right click/hold mouse) anywhere in game window.
## Todo ## Todo
* Cluster (removal / realignment) * Brick (cascade)
* High scores routine * High scores routine
* Points allocation routine * Points allocation routine
* Levels (**1 -6**) * Levels (**1 -6**)
@@ -48,11 +49,11 @@ I will provide updates as best as I can :smile:
* Game (loop / timing / logic) * Game (loop / timing / logic)
## Done ## Done
* Cluster detection * Cluster detection & elimination
* Display updated board * Display updated board
* 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
* Backdrop Colour selection (**^C**) * Backdrop Colour selection (**^C**)