What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated May 06, 2008 by rodolfo.borges
QuickStart  
Instructions on how to install and play cave9

Instalation

  1. You'll need the development packages for the following libraries: SDL, SDL_image, SDL_ttf and SDL_net.
  2. Get the cave9 source:
  3. Download the latest cave9_data package from the homepage. It contains the font and texture required for the game. Extract it under the cave9 directory. (The game will look for the data dir under ., ~/.cave9, /usr/local/share/cave9 and /usr/share/cave9, in that order.)
  4. To compile, just run 'make'. If this don't work, please report to cave9@googlegroups.com

Playing

Check the startup options with ./cave9 --help

Use the two diagonal thrusts of your ship to keep it from hitting the cave walls.

You can use the left-right arrow, shift or control keys to activate them.

Use up (or down) arrow key in the one-button mode, or to activate both thrusts in the regular two-button mode.

<Space> will pause/unpause the game.

<F> or <Alt-Enter> toggles full-screen mode.

<Esc> or <Q> quits immediately.

Sample installation session

svn checkout http://cave9.googlecode.com/svn/trunk cave9   &&
cd cave9                                                   &&
make                                                       &&
wget http://cave9.googlecode.com/files/cave9_data-3.tgz    &&
tar -xzf cave9_data-3.tgz                                  &&
rm cave9_data-3.tgz                                        &&
./cave9 --highres --antialiasing 4                         &&
./cave9 --help

Sign in to add a comment