# pod source for hydraslayer man page. convert with: # pod2man --stderr -s6 -cSlackBuilds.org -r15.6 hydraslayer.pod > hydraslayer.6 =head1 NAME hydraslayer - roguelike game with combat system based on math puzzles =head1 SYNOPSIS B I<[-options]> I<[-N -noteye_options]> =head1 DESCRIPTION Hydra Slayer is a Roguelike game focused on one thing: slaying Hydras. It is inspired by Greek mythology, Dungeon Crawl, MathRL seven day roguelike, and some mathematical puzzles about brave heroes slaying many headed beasts. Hydra Slayer features an original combat system, based on mathematical puzzles. Since Hydra Slayer is a flagship roguelike for NotEye, the two are distributed together. This man page doesn't attempt to document gameplay. To learn the game, select the tutorial from the game's menu system. =head1 OPTIONS Most options can also be set interactively in the game's menus. =over 4 =item B<-s> I start a new game with random seed set to I =item B<-f> I use I as filename for saving/loading =item B<-b> I use I as filename for backup cheat =item B<-t> I use I to save log files =item B<-g> I use I as a scoretable =item B<-c> I use I as the character name =item B<-u> I use I as the username =item B<-v> just view the Hall of Fame without playing the game =item B<-l> I output I last message in log files =item B<-d> I start in debug mode, from level I =item B<-m> I use I directional movement. Default is 4 (allows moving up/down/left/right), 6 is hex tile mode. Other allowed values are 3, 8, and 16. =item B<-N> Any further arguments after B<-N> are passed to B(6). One use of this option is to play B in a terminal, with B. =back =head1 FILES =over 4 =item ~/.config/hydraslayerconfig.noe Config file. Can be edited, but normally the in-game GUI is used. =item ~/.config/hydraslayer/hydralog.txt Game log. Basically a copy of standard output and error during gameplay. =item ~/.config/hydraslayer/hydra.sav Default location for savegame files (change with B<-b> option). =item /var/games/hydrascores.sav Default location for score file (change with B<-g> option). =back =head1 SEE ALSO B(6) The game's homepage: http://www.roguetemple.com/z/hydra.php =head1 AUTHORS hydraslayer and noteye are written by Zeno Rogue . This man page written by B. Watson for the SlackBuilds.org project, and may be used by anyone.