Arguably the most popular arcade game ever, Pacman, in python.
Setup Instructions
- Clone this repo:
git clone https://github.com/Whiskas101/pacman-py.git
- Ensure you have Python installed
- Within the repo, run:
pip install -r requirements.txt
orpip3 install -r requirements.txt
for linux - To run the game:
python main.py
orpython3 main.py
on linux
To Do:
- Setup and Plan Project structure
- Implement Player Movement (Grid Based)
- Grid Object Collision
- Enemy Objects, Movement
- Enemy & Player Collision
- Score System
- Win Condition