Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.16 KB

README.md

File metadata and controls

39 lines (34 loc) · 1.16 KB

Project Name : Pacman

Info:

Pacman is written in C classic Pacman game! pacman pacman pacman pacman pacman PAcman is an arcade game developed by Namco and first released in Japan in May 1980

Gif:

pacman

The rules of the game:

  • 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

Usage:

  • install/copy frameworks SDL2 to Library/Frameworks/
$> make sdl2
$> make
$> ./pacman

snakeGame with SDL2 graphic:

pacman pacman pacman pacman

Hot Keys:

  • UP, DOWN : move along the Y-axis
  • LEFT, RIGHT : move along the X-axis
  • SPACE : Pause
  • ESC : Exit