Skip to content

dalli12/OSS_pacman

 
 

Repository files navigation

Pacman

Existing Pacman game implementation and upgrade to 3D.

Table of contents

Execution screen

Pacman is a game of eating all the dot while running away from the ghost.

License

Follows GPL v3

Library

We use library SDL 1.2 (with SDL Mixer) & OpenGL

Execution environment

It works in compiler C++11. (If you use Visual Studio, you must use Visual Studio 2011 or later.)

We use Windows 7 (Visual Studio 2013) & Windows 10 (Visual Studio 2017) & Mac OS X (Xcode)

How to execute

Download all the files and put it on your project and include the libraries.

Please refer to the User Guide for details.

How to play

Use followed keys to move pacman for eating dot and running away from the ghost!

  • -w : move pacman in current direction

  • -s : rotate pacman to back

  • -d : rotate pacman to right

  • -a : rotate pacman to left

  • space : restart the game

  • ESC : exit the game

The dot is 1 point for each dot. You'll win if you eat all the dot.

Original project

https://github.com/patriciateroltolsa/Pacman

How to contribute

  • Fork this project.
  • Create your branch name prefix_function&num_youname (refer issue#30)
  • Pull requests us!

Contact us here.

Dayoung Park (Team leader)

Sojeong Lee

Seungyeon Lee

Yeji Rha

Source