Console application for the Ironsworm TTRPG system, that aims to simplify solo play, by providing an interface that takes care of all the dice roles and conveniently keeps the rules for the different Moves in the game within the application itself.
The application should be able to do the following:
- Create a new character.
- Load an existing character from a file provided by the user.
- Implement the Assets logic for the characters.
- Keep track and update the Momentum, Health, Spirit, and Supply.
- Create and keep track of different Progress trackers.
- Perform Action Rolls based on the character stats.
- Perform Progress Rolls based on the different Progress Trackers.
- Roll on the different Oracle Tables.
- Display the different Moves that the player can do on demand.