This is a 4th year project of INSA Centre Val de Loire. A pacman game with very simple rule: you are pacman and you try to survive, eat all the point and win the fantome.
- joueur 1 : les fleches
- joueur 2 : ZSQD
Veuillez utiliser le clavier francais (AZERTY) pour avoir une meilleur experience en jouant.
This build is target for Linux system (especially for Ubuntu)
Qt5 must be presented in your system
# Install Qt libraries for Ubuntu
sudo apt-get install qtbase5-dev
# In root project
make all
# Run
make run
# In root project
mkdir build
cd build/
# In build folder
cmake ..
make
cd ..
# In root project
cp build/bin/main .
./main