Typoworm -- an entry to the 11th ludumdare 48h game programming competition
2008 Jere Sanisalo -- http://www.xmunkki.org/


Introduction
============
The theme for the LD48h competition was "Minimalist". So I decided to make
a minimal control game in small space and requirements. The game executable
is minimally small (16kb), and the game is dead simple. In the game you
control a "worm" in a cave. The gravity pulls the worm down, but once you
correctly type the text shown on screen, the worm gains upwards velocity.
False keys will bring the worm down faster. Try to go as far as you can.


Requirements
============
To play, you will need a Windows PC with .NET 2.0 framrwork installed. You
will also need a keyboard to play :).

To compile the sources (distributed under GPLv2), you will need the Microsoft
Visual Studio C# 2008 (Express Edition works; it was made with it).


Version history
===============
v1.10: Minor fix (still within deadline)
 - Fixed the ability to maximize the window (and thus cheat)

v1.00: Initial version
