Pacman is written in C classic Pacman game!
PAcman is an arcade game developed by Namco and first released in Japan in May 1980
- The player controls Pac-Man through a maze of various dots, known as Pac-Dots;
- Four multi-colored ghosts: Blinky, Pinky, Inky, and Clyde.
- The goal of the game is to consume all the Pac-Dots.
- You have 3 lifes
- Pacman can eat power dot and attack th gosts
- install/copy frameworks SDL2 to Library/Frameworks/
$> make sdl2
$> make
$> ./pacman
UP
,DOWN
: move along the Y-axisLEFT
,RIGHT
: move along the X-axisSPACE
: PauseESC
: Exit