CaveRover

This site provides download and technical information about the roguelike game CaveRover.
Gameplay information could be found on the CaveRover blog (doesn't contain anything more then rambling at the moment).

Executables/binaries:
Windows binary
Linux binary (needs
 pdcurses & libfov)
Thess are snapshots I compile and update every once in a while - it is recommended to get the latest via subversion & compile it yourself.
It is often out of date and is always not to be considererd as more then a demo of what the final game will be like.

Compilation requirements:
libfov
pdcurses

Compilation instructions:
The subversion server is accessible at: http://caverover.rogueforge.net/svn

Linux instructions:
-install subverion
-install libfov & pdcurses
-fetch sources:
svn co http://caverover.rogueforge.net/svn/trunk/CaveRover CaveRover
-change to the CaveRover directory and compile:
cd CaveRover
make

Windows instructions:
-install 
MinGW(quick start)
-install subverion

-install libfov & pdcurses
    -pdcurses: all of the .a files go into c:/mingw/lib, and the .h files into c:/mingw/include
               change pdcurses.a to libXCurses.a, panel.a to libXpanel.a, curses.h to xcurses.h and panel.h to xpanel.h
               in xpanel.h: change #include <curses.h> to
#include <xcurses.h>

    -libfov: copy both directories (lib & include) in c:/msys/1.0/local to c:/mingw (let it overwrite)
-fetch sources:
svn co http://caverover.rogueforge.net/svn/trunk/CaveRover CaveRover
-in the msys window, change to the CaveRover directory and compile:
cd CaveRover
make


Tested under
Ubuntu Linux and Windows 2000 & XP.


Google Groups Subscribe to CaveRover
Email:
Browse Archives at groups.google.com