From 5cb37cd7aac7fab72b04061de6dfd5f2f5f254fa Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sun, 16 Apr 2023 19:25:30 +0200 Subject: Checked some Todos in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47d5c18..2ead705 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ python3 macpan.py - [X] Setup collision with walls - [X] Load the proper sprites for the map - [X] Setup collision with the map +- [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 -- [ ] 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) -- cgit v1.2.3