The Goose Game Kata
JDK version 1.8 and maven 3 are required to build the game. To compile and build the project follow this steps:
git clonethe project in a directory.mvn clean packageon the project directory.
To start game go to target directory under project directory and execute java -jar goose-game-<POM_VERSION>.jar
The commands are:
add player <PLAYER_NAME>: add player to game.move <PLAYER_NAME>: rolls two dice and move player.exit: exit the game.
Have Fun!! 😃