renamed source files back to .c
[cave9.git] / README
blob0af8a02c56396308338d32e5a76ec239fced30e6
1 cave9
4 ABOUT:
5 ======
7 A gravity cave-exploration game by 9Hells.
8 It's a 3D version of the classic SF-Cave game.
10 http://code.google.com/p/cave9
13 INSTALL:
14 ========
16 To compile, just run 'make'.
17 If this don't work, please report to cave9@googlegroups.com
19 You also need to download the cave9_data file from the game homepage,
20 and extract it under the cave9 dir.  It contains the font and texture.
22 Use the --help option to check for startup options.
25 PLAY:
26 =====
28 Use the two diagonal thrusts of your ship to keep it from
29 hitting the cave walls.
31 You can use the left-right arrow, shift or control keys
32 to activate them.
34 <Space> will pause/unpause the game.
36 <F> toggles fullscreen mode.
38 <Esc> or <Q> quits immediately.
40 Check the startup options with "./cave9 --help"