Welcome to PacmanConsole, a C++ project developed in Visual Studio, based on the iconic arcade game, Pacman. In our console adaptation, the game's challenge intensifies as you progress. With each level, the ghosts exhibit heightened intelligence, becoming increasingly adept at evading the player.
These instructions will help you set up PacmanConsole on your local machine for development and testing purposes.
The PacmanConsole project is developed and tested in Visual Studio. Make sure you have Visual Studio installed on your machine to ensure compatibility.
Clone the repo to your local machine using the following command:
git clone https://github.com/AdrianSzlag/ConsolePacman.git
Open the solution file (.sln) in Visual Studio and build the project.
To start the application, run the executable with an argument specifying the level you want to play. There are three levels available:
- "1" - Level 1
- "2" - Level 2
- "3" - Level 3
Example of running the game at level 3:
./pacman 3
PacmanConsole includes a leaderboard feature showcasing the highest scores achieved by players. After every game, your score is compared with the existing leaderboard scores, and if it's among the top, you get a spot on the leaderboard.
We love your input! We want to make contributing to this project as easy and transparent as possible. If you want to report a bug or submit your ideas, feel free to open an issue.