This project is a C++ basic implementation of the classic Pacman game using the Simple and Fast Multimedia Library (SFML).
- Classic Pacman Gameplay: Navigate the maze, collect pellets, and avoid ghosts.
- Menu System: Start game, view leaderboard, and exit options.
- Leaderboard: Tracks and displays high scores.
- Clone the Repository
- Install SFML: Follow the instructions on the SFML website to install the library on your system. (https://www.sfml-dev.org/tutorials/2.6/start-vc.php)
- Build the Project.
Gameplay Controls:
- 'W', 'A', 'S', 'D' - Move Pacman
- 'Esc' - Exit Game
Feel free to fork the project and contribute !

