summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 15 insertions, 7 deletions
diff --git a/README b/README
index f46bc73..5326f27 100644
--- a/README
+++ b/README
@@ -1,7 +1,8 @@
Spout
=====
-Spout is a simple caveflying game. The object is to get as high as possible, avoiding or destroying obstacles.
+Spout is a simple caveflying game. The aim is to get as high as
+possible, avoiding or destroying obstacles.
Requirements
------------
@@ -16,14 +17,21 @@ Edit config.mk to your liking, then run 'make install'
Controls
--------
-Left: Rotate left
-Right: Rotate right
-Space: Accelerate
+Left: Rotate left
+Right: Rotate right
+Space: Accelerate
+Pause: Esc
Exit: Shift-Esc
History
-------
-Spout was originally made for a handheld by kuni, and soon afterwards was ported to Windows using cygwin and sdl, licensed under the MIT license; see http://www.din.or.jp/~ku_/junk/junk.htm#spout
-In 2004 a 'unix version' was released, which mostly just slapped autotools into the windows version and infringed the license: http://code.mizzenblog.com/category/spout/
-This is a new unix version, based on the original Windows code by kuni, which aims to add useful features and simplify the code.
+Spout was originally written for a handheld by kuni, and soon
+afterwards was ported to Windows using cygwin and sdl and released
+under the MIT license.
+
+In 2004 a 'unix version' was released, which mostly just slapped
+autotools into the windows version and infringed the license.
+
+This is a new unix version, based on the original Windows code by
+kuni, which aims to add useful features and simplify the code.