PACMAN

You are Pacman, and you are supposed to eat all the small dots to get to the next level. You are also supposed to keep away from the ghosts, if they take you, you lose one life, unless you have eaten a large dot, then you can, for a limited amount of time, chase and eat the ghosts. There is also bonus available, for a limited amount of time. An X gives just points, but a little pacman gives an extra life.

You use either keyboard or mouse. Default from start is keyboard.

Keyboard mode: To move use arrows, to quit, press q, to use mouse, press m
Mouse mode: To move, move mouse, to quit, press RButton, to use
keyboard, press LButton

STARTUP BW/COLOURS

Colouring is default, it may alse work on grey monitors
If it don't work, and you got to use grey, write pacman grey

NOTE

The pacman window should stay on top, since there is nothing in
the pacman program to deal with overlapping with other windows.
(I expect overlapping handling to slow it down).

If you want the game to run smooth, don't use a loaded machine/server.

And if you want a larger window, uncomment #define DOUBLE in basis.h

COMPILING

Two possibilities: use xmkmf or if that doesn't work, gen:

xmkmf:  
xmkmf -a        # this makes the Makefile and the dependencies
		# continue and 
                # try ordinary make even if xmkmf gives errors 
make; make install; make clean
#this uses Imakefile, which I am very fresh at...

gen: 
#Program gen uses makeg to make the makefile.
#then use ordinary make. 
#It may have to be customized because of
#individual compiler configurations. 
gen
make

