1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
.TH HYPER 6 "2013-08-02"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
hyper \- non-euclidean graphical rogue-like game
.SH SYNOPSIS
.B hyper
.SH DESCRIPTION
This manual page documents briefly the
.B hyper
game.
.PP
\fBHyperRogue\fP is a game in which the player collects treasures and fights
monsters -- rogue-like but for the fact that it is played on the hyperbolic
plane and not in euclidean space.
.SH OPTIONS
Most configuration can be accessed inside the game after pressing the \fIv\fP
key.
Some configured options can be overridden from the command line:
.TP
.B \-c \fIconfigfile\fP
Instead of the default \fI~/.hyperrogue.ini\fP, read and write the
configuration from the specified \fIconfigfile\fP.
.TP
.B \-s \fIhighscorefile\fP
Instead of the default \fI~/.hyperrogue.log\fP, read and write high scores from
the specified \fIhighscorefile\fP.
.TP
.B \-f
Start in fulls screen mode.
.TP
.B \-w
Start in windowed mode.
.TP
.B \-e
Use Escher stype graphics.
.TP
.B \-a
Use ASCII stype graphics.
.TP
.B \-p
Use plain graphics.
.TP
.B \-r \fIWxHxF\fP
Set the resolution to \fIW\fP times \fIH\fP, and font size to \fIF\fP.
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-v, \-\-version
Show version of program.
.SH SEE ALSO
In-game help is available after pressing \fIF1\fP. It is context sensitive; put
the cursor away from user interface elements and press \fIF1\fP then for
general help.
The online manual for \fBhyper\fP can be viewed at
\fI/usr/share/doc/hyperrogue/hyperrogue.html\fP.
.SH HIDDEN FEATURES
By pressing \fIF6\fP, the builtin polygon editor is invoked. It is not a fully
featured hyperbolic geometry program, but is useful for designing individual
player characters (using which requires modifications to the game's source
code). Again, \fIF1\fP displays a help screen.
Some advanced options are available by pressing \fIFn\fP keys inside the
\fIv\fP configuration menu:
.TP
.I F4
Cheat (gives one of each item, 50 killed monsters, golems or mirages, and an
orb).
.TP
.I F7
Save a screenshot in BMP format in the current directory.
.TP
.I F8
Save a high resolution screenshot with different backgrounds.
.TP
.I F9
Enter demo mode (give many items, and denser worlds).
.SH AUTHOR
HyperRogue was written by Zeno Rogue.
.PP
This manual page was written by chrysn <chrysn@fsfe.org>,
for the Debian project (and may be used by others).
|