From c1693b34a0234c2d7fec2eb6425c7f6527f36955 Mon Sep 17 00:00:00 2001 From: Faith Lovell <94004626+faithlovell@users.noreply.github.com> Date: Tue, 7 Nov 2023 11:01:46 -0500 Subject: [PATCH] Update README.md Spaces between the [] will make empty checkboxes for unfinished tasks. Do this for Phase 3 too! --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 42e2f2a..ad10cd0 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ with at least 3 levels with unique obstacles. - [x] The player can move, jump, and is restrained in the window - [x] The boxes can be manipulated with the mouse #### Phase 2: -- [] The player can jump on the box -- [] The player can win a level -- [] The player has a set amount of 'mana' to manipulate the boxes +- [ ] The player can jump on the box +- [ ] The player can win a level +- [ ] The player has a set amount of 'mana' to manipulate the boxes ##### Phase 3: - [] 3 unique levels - [] Unique obstacles that offer different challenges/solutions -- [] Ability to reset a level if the player gets stuck \ No newline at end of file +- [] Ability to reset a level if the player gets stuck