File: pacman.h

package info (click to toggle)
pacman4console 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 412 kB
  • sloc: ansic: 914; makefile: 77
file content (10 lines) | stat: -rwxr-xr-x 547 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
// Some variables that you may want to change

#define DATAROOTDIR "/usr/share"
#define LEVELS_FILE DATAROOTDIR "/pacman4console/Levels/level__.dat"
char LevelFile[] = LEVELS_FILE;     //Locations of default levels
int FreeLife = 1000;                //Starting points for free life
int Points = 0;                     //Initial points
int Lives = 3;                      //Number of lives you start with
int HowSlow = 3;                    //How slow vulnerable ghost move
int SpeedOfGame = 175;              //How much of a delay is in the game