Simple game in text mode, mix of text adventure and Tactics Battle.
Explore dungeon by using go north
, go east
, go south
and go west
commands, find the way out.
During exploration you can use save
command to save state.
Loading state is available from welcome screen.
Hint: there is a map of a dungeon. You start in room 1 and your goal is room 22.
Sometimes monsters will attack you, you will need to fight them. In battle mode you can always use move
and attack
commands, than choose coordinates in range, ie. C8
.
Fighters with Mage class have spells, you can cast them by using cast
command than specify ID of a spell, i.e. fb
for Fire Ball.
You can also skip
if you like.
TIPS:
Type i
and then a
on welcome screen to triger invisibility - you can explore the dungeon without fighting with monsters.
Type p
on welcome screen, before selecting game mode to set HP values of your team members to 99.
The game was tested on Linux but since there is no any weird dependencies, should also compile on Mac. Just make sure that build-essential
package is installed and use make
to build.