This disc image contains my attempt to write a 1k BASIC 
game for the 2002 1k programming competition.

The BASIC program is approx 1.5K, although the directory
listing does show it as 2K.

During the development of this program I discovered that
a lot of bytes are used by each variable definition and 
reference in the program :(

So, if I wanted a small program, I would have to use
as little variables as possible and not reference them!

The BASIC game is a cut-down version of Nokia's mobile
phone game. The aim is to rotate the block of numbers,
either clockwise or anti-clockwise, so that the numbers
are all in ascending numerical order. You must do this
in as few moves as possible.

I failed to reduce the filesize to 1k, but it was an
interesting programming challenge.

Kevin Thacker, January 2003

