This is one of my first Java projects I did around 2010, so it's far away from modern coding standards.
I'd like to open source some of my work, because I like these games and it could inspire young java developer trainees.
The game is quit similar to Risk, but the original idea came from a Flash game with the name DiceWars by GameDesign.
Start the game
$ mvn exec:java
Build the project and create a runnable JAR
$ mvn package
This bundle is under the MIT license.