This is a simple text based game. Your goal in this game is to defeat the enemies within and claim victory
for yourself as a math wizard. The user interacts with it using a CLI. It is written in Java 11.
w, a, s, d command on the map.
e command to interact with shop or monsters.fight or run command when the user is in battle interface.
FightingCommand to interact with various
monsters’ interfaces
or shop interface.map, player status and inventory data in the local disk.
MapGenerator for generating random map at the beginning of the
game.Code contributed: RepoSense link
v1.0 - v2.1 (3 releases) on GithubPlayerStatusStorageexecute(Scanner) method to class Command, made fighting with monsters and entering shop
possibleSaving and InventoryParser and Ui componentSaving feature