aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 ead772a..699c99f 100644
--- a/README.md
+++ b/README.md
@@ -27,16 +27,17 @@ python3 macpan.py
- [X] Add the ghosts in the game
- [X] Setup the sprite animation for the ghosts
- [X] Add the Algorithm for Clyde (Same as Blinky excepts when he gets 8 tiles close to pacman he retreats, So he is basically useless)
-- [ ] Add the Algorithm for Inky (Ambush)
+- [X] Add the Algorithm for Inky (Ambush)
## Optional
+- [ ] Add powerups
- [ ] Setup a menu for the game
- [ ] Setup a simple score system
- [ ] Setup a proper sfx/audio for the game
-- [ ] Add powerups
- [ ] Add firghtening mode for the ghosts
+- [ ] Add scattered mode for the ghosts
-# EXTRA BONUS
+## EXTRA BONUS
- [ ] Make a nueral network agent that fully plays the game alone using reinforcment learning and PyTorch