summaryrefslogtreecommitdiff
path: root/README
blob: f46bc73e2f1abb30dc2b977fba416bd719e4176f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Spout
=====

Spout is a simple caveflying game. The object is to get as high as possible, avoiding or destroying obstacles.

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

* libSDL

Install
-------

Edit config.mk to your liking, then run 'make install'

Controls
--------

Left:  Rotate left
Right: Rotate right
Space: Accelerate
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.