aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-03-20 17:11:57 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-03-20 17:11:57 +0200
commit2ff726514a2d97687c258aa68e12bb06dc894552 (patch)
tree10aa465b5d32a09fd1eabbfb69d1deb02a0e8f79 /README.md
parentad7122fdb3030aa251f5676654acab4f86f45233 (diff)
downloadMacpan-2ff726514a2d97687c258aa68e12bb06dc894552.tar.xz
Macpan-2ff726514a2d97687c258aa68e12bb06dc894552.zip
Updated README
Diffstat (limited to 'README.md')
-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