From 2258350bf52503258373e98c7c2262bff23eef47 Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Sat, 20 Jul 2024 19:22:16 +1000 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fce8f2..dbdcf1d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ I will provide updates as best as I can :smile: * 20/07/2024 - Making progress, albeit slowly when I can find time between work and personal life ## Compilation -* Make sure to install the followwing development libraries +* Make sure to install the following development libraries 1. SDL2 2. SDL_image 2.0 3. libsodium @@ -34,16 +34,17 @@ I will provide updates as best as I can :smile: ## Todo * Cluster (removal / realignment) -* Hi scores routine +* High scores routine * Points allocation routine * Brick (tile cycling / XY movement / drop) * Next piece preview (in progress) * Game (loop / timing) * Intro (page / music) * Game play (music / Sound FX) +* Pause ## Done -* Cluster detection research +* Cluster detection * Display updated board * No more moves / Game over * Random brick selection