
GAME TITLE: Potbelly Penguin
VERSION:    1.0
PRODUCER:   PowellCo

MAIN DOCUMENT
=============

The first thing that you need to do to set this game up is to put
all the unzipped files into a directory of your choice.

Then open QBasic and open PENGUIN.BAS.

Scroll down until you see a line that says:
    CHDIR "C:\GLENN\QBASIC\PENGUIN"
and change that path to your path where the files are.

To run the game hit SHIFT-F5.
Instructions for gameplay are in the game.

Near the beginning of the code there is a line that contains:
    cpuspeed = 10000
Now after you have run the game, if it is too slow, you can make
this number smaller to compensate, or increase it if it runs too
fast.

PMAP.BAS
========

This program can be used to create custom levels.
Simply run the program and all the commands are given to you
so that you can create levels with ease.

Have fun.