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 editor

Configuring the Program:
Use QBasic to Search for 'Options in pacman.bas or pacman2.bas. Then you can change the variables listed by the search results 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.