You need to install the game:
git clone https://github.com/GR3gg0Ry/Pacman.git
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