Pac-Man, the video game...
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
- SDL: Wiki
- Lazy Foo' Productions: SDL tutorials
- Game Developper: The Pac-Man Dossier
- Fandom: Pac-Man Wiki
- Microsoft: Fonctions inline (C++)
- Microsoft: constexpr (C++)
- Geeks for Geeks: Reference to a pointer in C++ with examples and applications
- Wikipédia: Algorithme A*
- ALLEMAND Fabien
- LEBOT Samuel
- Documentation
- Encapsulation
- Add const and override
- Remove C arrays