Pacman

Build and launch the game

You need to install the game:

You need to perform the following actions:

git clone https://github.com/GR3gg0Ry/Pacman
mkdir -p Pacman/build
cp -a Pacman/Maps /Pacman/build
cd Pacman/build
cmake ..
make
./Pacman

Сommand to copy:

git clone https://github.com/GR3gg0Ry/Pacman && mkdir -p Pacman/build && cp -a Pacman/Maps Pacman/build && cd Pacman/build && cmake .. && make && ./Pacman