Skip to content

FABallemand/Pac-Man

Repository files navigation

Pac-Man

🕹️ Description

Pac-Man, the video game...

🛠 Usage

This project can be built using CMake.

First, set up the build folder:

mkdir build
cd build
cmake -S ../ -B ./
cmake --build ./

Then use one of the following commands to build the project:

cmake --build ./
cmake --build ./ -j4 # Use 4 CPU cores

Simply launch the program and enjoy!

./pacman

🔗 References

👥 Team

  • ALLEMAND Fabien
  • LEBOT Samuel

📋 TODO:

  • Documentation
  • Encapsulation
  • Add const and override
  • Remove C arrays