Avoid doing OpenDevice on a handler.
[AROS-Contrib.git] / Games / spout / README
blob1c08068a9113dba407ab5534feb30fb3dfd4f7aa
1 SPOUT for unix
2 ==============
4 abstract pixel shooter
6 On the web:
7 http://www.din.or.jp/~ku_/index.htm - original author's homepage (Japanese only)
8 http://code.mizzenblog.com/index.php?cat=2 - unix port (English only)
10 "Spout" is a small, abstract shooting game from Japanese developer kuni.  It plays somewhat like Finnish cavefliers, except you have to erode your surroundings with your ship's exhuast.  It's great fun :-)
12 This is a Unix port of Spout.  If you want to play this game on Windows, get it from the Japanese page above.
16 INSTALLATION:
18 First, you need SDL 1.2.6 or greater.  Then:
20 1) ./configure
21 2) make
22 3) ./spout
24 You can then copy the "spout" binary to a directory of your choosing, the game is entirely self contained.
28 PLAYING:
30 You can now play spout fullscreen, or at a greater resolution!
32 For fullscreen mode, simply start spout as "./spout f".
34 For alternate resolutions, start spout with an integer zoom factor, which will be the size of each particle.
35 For example:
36   `./spout 1' -- very small!
37   `./spout 2' -- this is the default
38   `./spout 7' -- very big!
40 The larger the zoom factor, the worse performance will be :-(
43 At the title screen, hit spacebar to begin playing.  Your goal is to get as high as you possibly can, without crashing or your time running out.
45 Accelerate - spacebar, enter, z, x
46 Pause - escape
47 Exit - shift+escape
48 Rotate - left or right
52 Have fun :-)