diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |
