aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2ead705..5ecf749 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,8 @@ python3 macpan.py
- [X] Develop an algorithm to make the ghosts find pacman in the map(BFS, A*)
- [X] Add the Algorithm for Blinky (Normal A*)
- [X] Add the Algorithm for Pinky (Normal A* + 4 spaces ahead of pacman)
-- [ ] Add the ghosts in the game
-- [ ] Setup the sprite animation for the ghosts
+- [X] Add the ghosts in the game
+- [X] Setup the sprite animation for the ghosts
- [ ] Add the Algorithm for Inky (Ambush)
- [ ] Add the Algorithm for Clyde (Same as Blinky excepts when he gets 8 tiles close to pacman he retreats, So he is basically useless)