Pacman Reloaded is a remake of original Pacman game, created with intention of overall improvement of Arrowgance Studios (former xd-development) game-programming skills.
Language: C++
2D Graphic Engine: Allegro 5.0.10
Building with CMake is currently only supported on Windows.
Supported compilers:
- Visual Studio 2019
- Visual Studio 2022
Building in both 32- and 64-bit mode should be supported, although the 32-bit build wasn't tested.
Requires CMake 3.15+. To obtain it, either:
- download it from official distributor here
- install it using pip
pip install cmake
orpip install --user cmake
if you don't have root privilages - build and install from sources
To build and install Pacman, run in root project folder following commands:
mkdir build
cd build
cmake ..
cmake --build .
Pacman will built to build/bin
directory with necessary assets copied, ready to be launched.
apt-get install build-essential liballegro5-dev
make
./pacman