Maggot
======

Entry to the 1k minigame competition 2002
<URL:http://www.ffd2.com/minigame/>
Copyright  2002 Peter Karlsson <peter@softwolves.pp.se>
A Softwolves Software Release in 2002
<URL:http://www.softwolves.pp.se/cbm/>

Instructions
------------

This is the famous "Worm" ("Masken" in Swedish, I was first exposed to this
game idea with Luxor's Masken for the ABC 80). You are a worm (or maggot, in
this case), and your aim is to eat as many targets as possible. Whenever you
eat a target, the worm grows. If you run into the walls or yourself, the
game is over.

The game is controlled with the numbers on the numerical keypad: 8 for up, 4
for left, 6 for right and 2 for down. Any other key makes the worm stop,
which means instant Game Over!

Requirements
------------

This games plays in the Commodore C128 40 column mode, and is written
entirely in BASIC 7.0.

If started from 80 column mode, it will automatically switch over to 40
column mode for you.

License
-------

This program is free for use, but may not be modified before the end of the
1k minigame 2002 competition. When the competition has ended, the software
is licensed under the GNU General Public License, version 2.

Updates
-------
Version 1.1 - 2002-08-13:
* Fixed bug that would cause the game to fail on first run. Seems like
  DEFined functions will not survive the program relocation done by the
  GRAPHIC command.
* Fixed a spelling mistake.
