Simple text roguelike game.
Player tries to save the main character's brother from a dungeon full of monsters.
You choose the strategy - attack or negotiate.
You need docker to run the game.
Follow these steps to choose platform and install - https://docs.docker.com/engine/install/
Build application image locally
docker build . -t sta:v0.0.1
Run container with the game
docker run --rm -it sta:v0.0.1
Exit game
CTRL + C
or
4 - exit
To find your brother you need to move through dungeon rooms full of unknown danger and treasures.
Player choose action from list to progress. Choose wisely, since each monster have its weak and strong sides.
Attack - try to beat a monster with your ATK. If foe has more HP than your attack it will counter-attack.
Negotiate - try to pay off the foe with your Gold. CHA affects price of payoff
Use potion - heal using a potion if you have one. Maximum is 1 potion, which can be found in rooms.
Character will become stronger as well as monsters, so choose upgrades based on your resources.
You can choose between +2 HP, +1 ATK and +1 CHA.