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)
- Host: GitHub
- URL: https://github.com/muqarrab1217/pacman-using-sfml
- Owner: muqarrab1217
- Created: 2024-05-17T12:15:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T12:20:57.000Z (about 2 years ago)
- Last Synced: 2025-02-27T10:59:30.801Z (over 1 year ago)
- Topics: cpp, operating-system, sfml
- Language: C++
- Homepage:
- Size: 2.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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