Big Yellow Head - A QBasic Version of PAC-MAN
Designed and Programmed by Scott Harber
http://www.geocities.com/Hollywood/Theater/1867/
scott_harber@hotmail.com
If you are viewing this in Notepad, then click on Word Wrap in the Edit menu.

Files:
pacman.bas - Load this first
pacman2.bas - game engine
edit.bas - Pacman level maker (no help supplied - work it out for yourself!)

Configuring the Program:
Use QBasic to Search for 'Options in pacman.bas or pacman2.bas. Then you can change the variables listed on the screen to configure the program.

dly - Time delay
poin - Starting score
life - Number of lives
path$ - Path of pacman.bas (you must change it in pacman.bas and pacman2.bas)
levcount - number of .lev files in the \lev folder.
lev - Level to start on

Controls:
You can use the cursor keys or the numeric keys to move. Press q or x to quit.

Next Version:
This is the Beta Demo version that I'm putting on the Net. I have not made the full version, but it will include the following things...
-FM Music
-100 Levels
-Easier to use level editor