Skip to content

FelixLusseau/pacman-cpp

Repository files navigation

PacMan

ghost with a headset

CMake Author Author

  • Clone the project

  • Install dependencies :

sudo apt install libsdl2-dev -y
  • To compile the first time :
mkdir build && cd build
cmake -S ../ -B ./
  • Then to rebuild, from the build directory :
cmake --build ./ -j8
  • To launch the game :
./PacMan
  • To clean and recompile from the root of the project :
./clean-and-compile.sh
  • To generate the Doxygen documentation from the root of the project :
doxygen Doxyfile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published