Build a role playing game for the CLI
git clone https://github.com/Deborah-Digges/recruiting-challenge
cd recruiting-challenge
mvn clean install
java -jar target/role-play-game-1.0-SNAPSHOT-jar-with-dependencies.jar
You can do one of three things:
- Create a player and start a new game
- Resume an old game
- Exit
1.1 Enter your name
1.2 Choose an avatar
1.3 Choose a gender
1.4 Begin playing
- Follow the map by hitting enter.
- When presented with a set of options, enter your choice to move to the next node
- At any point, if you wish to save, enter
Q
- Then, enter the name of the file where you would like to backup your game to
- New stories can be created by adding on nodes in
GameConfiguration.java
- New levels can also thus be created
- Run the code coverage report:
mvn jacoco:report
- Open the report:
open target/site/jacoco/index.html