Dive into the nostalgic maze with this Python-powered, text-based Pac-Man game! Crafted with love, a sprinkle of guided learning, and a dash of fun!
- Game Design: Dive into a well-designed text maze, bringing back the classic Pac-Man vibes.
- Input Handling: Use your keyboard to navigate and outsmart those pesky ghosts!
- Python 3.x
- Clone the repo
git clone https://github.com/DelicaTessa/pacman_in_python
- Navigate to the project directory
cd pacman_in_python/src
- Run the game
python3 program.py
- Use
W
for up,A
for left,S
for down, andD
for right. - Collect all the points while avoiding the ghosts to win!
Pull requests are welcome! For major changes, please open an issue first to discuss what you'd like to change.
This project is licensed under the MIT License.
- Inspired and developed through a guided Python course.
- Shoutout to all the classic gamers out there!