Skip to content

lala74/INSA-Game-Pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacman

1. Introduction

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.

2. How to play

  • joueur 1 : les fleches
  • joueur 2 : ZSQD

Veuillez utiliser le clavier francais (AZERTY) pour avoir une meilleur experience en jouant.

3. How to build

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

3.1. With Makefile

# In root project
make all
# Run
make run

3.2. With CMakeLists

# In root project
mkdir build
cd build/
# In build folder
cmake ..
make
cd ..
# In root project
cp build/bin/main .
./main