This is pacman clone written in C++ with SDL lib.
First you need to install dependencies: SDL, SDL_image, SDL_mixer, SDL_ttf.
- https://github.com/libsdl-org/SDL
- https://github.com/libsdl-org/SDL_image
- https://github.com/libsdl-org/SDL_mixer
- https://github.com/libsdl-org/SDL_ttf
Then build with:
make
Run the executable:
./pacman