Skip to content

Pacman Reloaded is a remake of original Pacman game, created with intention of overall improvement of xd-development game-programming skills.

License

Notifications You must be signed in to change notification settings

ArrowganceStudios/Pacman-Reloaded

Repository files navigation

Pacman-Reloaded

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

Build

CMake - Windows

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 or pip 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.

Debian/Ubuntu Linux:

apt-get install build-essential liballegro5-dev
make
./pacman

Links

  1. Rules of Well-arranged code writing
  2. General Concept

About

Pacman Reloaded is a remake of original Pacman game, created with intention of overall improvement of xd-development game-programming skills.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •