-=-=-=-=-=-=-=-=-=-=-= Pacman! =-=-=-=-=-=-=-=-=-=-=-

All work and no play makes OCY a dull programmer...

This is the classic but greatly simplified Pacman game
by OCY. Since I really suck in graphics programming, I
do not want to screw up my life with Mode 13h...
I just use plain text display mode (SCREEN 0 under
QBasic).

The 'scene.txt' is the 'map' of the Pacman maze.
The 'P' and pos (0,0) stands for the Pacman, and
for any mazes, the 'P' MUST be at (0,0) only. The
'W's are walls while '.'s are seeds/food/whatever
for the pacman to eat.

Please note that the 'SparklePause()' sub is ripped
from M$ Snake.bas example.

Happy playing! :-)

- OCY
e-mail: chuonyuen_ooi@yahoo.com
homepage: http://www.geocities.com/chuonyuen_ooi/

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=