Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.12 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.12 KB

Text-Based Pac-Man Game 🕹️👻

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!

Features 🌟

  • 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!

Getting Started 🚀

Prerequisites

  • Python 3.x

Installation

  1. Clone the repo
git clone https://github.com/DelicaTessa/pacman_in_python
  1. Navigate to the project directory
cd pacman_in_python/src
  1. Run the game
python3 program.py

How to Play 🎮

  • Use W for up, A for left, S for down, and D for right.
  • Collect all the points while avoiding the ghosts to win!

Contributing 🤝

Pull requests are welcome! For major changes, please open an issue first to discuss what you'd like to change.

License 📝

This project is licensed under the MIT License.

Acknowledgments 🙌

  • Inspired and developed through a guided Python course.
  • Shoutout to all the classic gamers out there!