KRogue is a KDE version of rogue - a game where you have to explore dungeons,
kill monsters, use magic items etc. It requires KDE 1.1 or higher. The files in
the rogue/ directory are the original files (after some modifications) from 
http://metalab.unc.edu/pub/Linux/games/dungeon/rogue/rogue-985.tar.Z. Other
files are written by me.

To build it type:
./configure
make
make install

(`make install` must be done as root)

Use the Panel/Restart from the K menu. The Rogue icon should appear in the
K/Games menu.

If you want to uninstall it, type (as root):
make uninstall

You can then delete the empty directories:
$KDEDIR/share/apps/krogue
$KDEDIR/share/doc/HTML/en/krogue
$KDEDIR/share/doc/HTML/pl/krogue

----------------------------------------------------------------------------

If you don't have root access you can install it in your home directory.
The locales won't work and you will have to browse with kfm to read the
help files but the game should work. To install it use

./configure
./configure --disable-path-check --prefix=~/.kde
make
make install

You should edit ~/.kde/applink/Games/krogue.kdelnk (or use the Menu Editor)
and change the path in Exec= line to an absolute path to the exectable
(e.g. /home/mikolaj/.kde/bin/krogue). If you want to have a host score list
create one:

touch ~/.kde/share/apps/krogue/krogue.host.scores
chmod a+w ~/.kde/share/apps/krogue/krogue.host.scores

and add to the KRogue config file (~/.kde/share/config/kroguerc) the following
entry:

[Config]
HostScoresFile=<path to the score file>

For example:
HostScoresFile=/home/mikolaj/.kde/share/apps/krogue/krogue.host.scores


If KRogue is already installed in someone's home directory and he has allowed
access to these files you can make symlinks form your home directory to these
files.

Mikolaj Zalewski <M.Zalewski@pegaz.if.uj.edu.pl>
