This project is a Super Pac-Man using my 2D game engine, Infinite Motion Engine. This game uses the same core logic as my clone of the original Pac-Man game.
- Download the latest game version
- Extract the zip archive
- Run SuperPacMan.exe
- Enjoy 🎮
Watch the gameplay on Youtube
- First time boot screen
- Default boot screen
- Loading screen
- Main Menu
- Level start
- Gameplay
- Bonus stage
- Pause Menu
- Game Over Menu
This project is a CMake project, therefore you must download and install CMake. You also need to download Infinite Motion Engine v3.2.0. Then:
- Clone the repository
$ git clone https://github.com/KwenaMashamaite/SuperPacMan
- Create a folder in the root of the directory created in step 1 and name it
extlibs
- Extract IME to the
extlibs
folder created in step 2. It should look like:
At this point your ready to build the project. You may use an IDE that supports building with CMake. or the CLI using the the following commands:
mkdir build
cd build
cmake ..
cmake --build .
The executable can be found in the bin
directory
This game only runs on the Windows platform. It was tested on Windows 10 but should work with previous versions
This game is released under the MIT license