- git
- jdk 1.8
- gradle 4.5
To build the project please execute the following command
$ git clone "https://github.com/aplotnikov/role-playing-game.git" $ cd role-playing-game $ gradle build After the project is built please run the following command to launch the game
$ java -jar ./build/libs/role-playing-game-0.0.1-SNAPSHOT.jar