From 2ff726514a2d97687c258aa68e12bb06dc894552 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Mon, 20 Mar 2023 17:11:57 +0200 Subject: Updated README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec2bf1c..c909b77 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ python3 macpan.py # TODO ## Must DO - [X] Setup the basic player movement mechanics +- [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 -- [ ] Setup collision with walls -- [ ] Replace the yellow circle with a pacman sprite -- [ ] Setup the sprite animation for pacman - [ ] 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 @@ -23,3 +23,4 @@ python3 macpan.py ## Optional - [ ] Setup a menu for the game - [ ] Setup a proper sfx/audio for the game +- [ ] Add powerups -- cgit v1.2.3