aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-03-20 15:07:49 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-03-20 15:07:49 +0200
commite1f0bf91646769117aa42fd2876d34022ef0c5c0 (patch)
tree14de8402d21d71ee2c3ae346142572d8b17966d6
parentf0250205a8f69550632c686c6402b2d1026a08a2 (diff)
downloadMacpan-e1f0bf91646769117aa42fd2876d34022ef0c5c0.tar.xz
Macpan-e1f0bf91646769117aa42fd2876d34022ef0c5c0.zip
Added a Descreption, Run, Todo in the READEME
-rw-r--r--README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..ec2bf1c 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,25 @@
+# Description
+- A very basic Pacman clone done in python using pygame library
+
+# Run
+- Open your favourite terminal
+
+```bash
+cd src
+python3 macpan.py
+```
+
+# TODO
+## Must DO
+- [X] Setup the basic player movement mechanics
+- [ ] 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
+
+## Optional
+- [ ] Setup a menu for the game
+- [ ] Setup a proper sfx/audio for the game