Welcome to the Pacman C++ SFML Recreation Project! This project is a homage to the classic arcade game Pac-Man. Developed using C++ and the Simple and Fast Multimedia Library (SFML), it brings the iconic yellow character back to life in a modern programming environment.
- Faithful recreation of Pac-Man gameplay with vibrant graphics.
- Smooth animations and sound effects using SFML.
- Classic maze design with ghosts and power-ups.
- Score tracking and level progression for that nostalgic feel.
To run this project, you'll need:
- C++ Compiler
- SFML Library
-
Clone the repository:
git clone https://github.com/ProdiG66/Pacman-Recreation.git
-
Build the project using your preferred C++ compiler.
-
Run the executable:
./Pacman
-
Guide Pac-Man through the mazes, eat pellets, and avoid ghosts!
- Arrow keys: Navigate Pac-Man through the maze.
- Enter: Start Game.
If you'd like to contribute to this project, feel free to fork the repository and submit a pull request. Bug reports, suggestions, and feedback are also welcome!
This project is licensed under the MIT License - see the LICENSE file for details.
- Original Pac-Man concept by Toru Iwatani.
- SFML - Simple and Fast Multimedia Library (https://www.sfml-dev.org/)
Get ready to relive the classic Pac-Man experience!