From 53c06e150c11665d82b14219f584b92d06c89b40 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Tue, 21 Mar 2023 15:39:20 +0200 Subject: Added a few more TODOs in Detail and an EXTRA BONUS feauture for the project --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c909b77..afce5ae 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,19 @@ python3 macpan.py - [X] Setup collision with walls - [ ] Load the proper sprites for the map - [ ] 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 +- [ ] Develop an algorithm to make the ghosts find pacman in the map(BFS, A*) +- [ ] Add the Algorithm for Blinky (Normal A*) +- [ ] Add the Algorithm for Pinky (Normal A* + 4 spaces ahead of pacman) +- [ ] 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) ## Optional - [ ] 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 +- [ ] Make a nueral network agent that fully plays the game alone using reinforcment learning and PyTorch -- cgit v1.2.3 From 86b685ec600ed0bffc5dd8ec94850e89a3e7137b Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 22 Mar 2023 01:13:26 +0200 Subject: Added a new TODO --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index afce5ae..d137568 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ python3 macpan.py - [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 +- [X] Load the proper sprites for the map +- [ ] Setup collision with the map - [ ] Add the ghosts in the game - [ ] Setup the sprite animation for the ghosts - [ ] Develop an algorithm to make the ghosts find pacman in the map(BFS, A*) -- cgit v1.2.3