An open API service indexing awesome lists of open source software.

https://github.com/muqarrab1217/pacman-using-sfml

Relive the arcade classic with our SFML Pac-Man game! Navigate the iconic maze, gobble up pellets, and outsmart the ghosts to advance through challenging levels. With vibrant graphics and smooth gameplay powered by the Simple and Fast Multimedia Library (SFML)
https://github.com/muqarrab1217/pacman-using-sfml

cpp operating-system sfml

Last synced: 12 months ago
JSON representation

Relive the arcade classic with our SFML Pac-Man game! Navigate the iconic maze, gobble up pellets, and outsmart the ghosts to advance through challenging levels. With vibrant graphics and smooth gameplay powered by the Simple and Fast Multimedia Library (SFML)

Awesome Lists containing this project

README

          

# Pacman-using-SFML
Relive the arcade classic with our SFML Pac-Man game! Navigate the iconic maze, gobble up pellets, and outsmart the ghosts to advance through challenging levels. With vibrant graphics and smooth gameplay powered by the Simple and Fast Multimedia Library (SFML), this modern take on Pac-Man offers both nostalgia and fun for players of all ages. Ready to chase those high scores? Jump into the maze and start munching!

# Compilation Instructions
g++ -c game.cpp
g++ game.o -o sfml-app -lsfml-graphics -lsfml-window -lsfml-system -lsfml-audio
./sfml-app