Swinburne Swin-Adventure console game with CLI user interface. Basic implementation with 2 commands and unit tests for each class.
How to run: Swin-Adventure -> SwinAdventure -> bin -> Debug -> net6.0 -> SwinAdventure.exe
Commands:
- Look: identify the object(s), where object(s) can be:
- nothing: look at the room. e.g. look -> response: you are in...
- at me: look at your information like your name, your items, etc.
- at {item(s)}: look at the item(s) that you have or see. - Move: move to the directions where a path resides, directions can be: n, e, w, s, ne, nw, ns, etc,...
WARNING: needs to initialized the map including the locations and items player have and environment have to play.