aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMoisis <moisis.george@yahoo.com>2023-05-09 10:53:08 +0300
committerGitHub <noreply@github.com>2023-05-09 10:53:08 +0300
commit1c409760e93ce1641a7d1bcd5cd09a34ff86fe6b (patch)
treea1e9497fe359613f29164c589a499f727ef71d5c /README.md
parent1c33c06df4d40e708d526cd00d3b8392d931b7c2 (diff)
parent439ae67f933ee85bd425566cabac64815db4096e (diff)
downloadMacpan-1c409760e93ce1641a7d1bcd5cd09a34ff86fe6b.tar.xz
Macpan-1c409760e93ce1641a7d1bcd5cd09a34ff86fe6b.zip
Merge branch 'master' into TryatGUI
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5ecf749..3c627a9 100644
--- a/README.md
+++ b/README.md
@@ -26,17 +26,19 @@ python3 macpan.py
- [X] Add the Algorithm for Pinky (Normal A* + 4 spaces ahead of pacman)
- [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)
+- [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)
+- [X] Add the Algorithm for Inky (Ambush)
## Optional
+- [X] Add scattered mode for the ghosts
+- [X] Add firghtened mode for the ghosts
+- [X] Add Eaten mode for the ghosts
+- [X] 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
-# EXTRA BONUS
+## EXTRA BONUS
- [ ] Make a nueral network agent that fully plays the game alone using reinforcment learning and PyTorch