aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index ec2bf1c..c909b77 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,10 @@ python3 macpan.py
# TODO
## Must DO
- [X] Setup the basic player movement mechanics
+- [X] Replace the yellow circle with a pacman sprite
+- [X] Setup the sprite animation for pacman
+- [X] Setup collision with walls
- [ ] Load the proper sprites for the map
-- [ ] Setup collision with walls
-- [ ] Replace the yellow circle with a pacman sprite
-- [ ] Setup the sprite animation for pacman
- [ ] Add the ghosts in the game
- [ ] Develop an algorithm to make the ghosts find pacman in the map(BFS, A*)
- [ ] Setup the sprite animation for the ghosts
@@ -23,3 +23,4 @@ python3 macpan.py
## Optional
- [ ] Setup a menu for the game
- [ ] Setup a proper sfx/audio for the game
+- [ ] Add powerups