A Java Application implemented Risk Game. Embedded with Java doc, Junit, Checkstyle.
Running environment is based on Java 8+.
https://www.magisto.com/video/L0IVakgZGGwrBA1pYw?l=vsm&o=w&c=c
- Clone Repository.
git clone https://github.com/raphealshirley/RiskGameDesktop.git
- Under directory, open terminal or console. Locate to executable jar file.
cd RiskGame/out/artifacts/RiskGame_jar/
- Run game through terminal or console.
java -jar RiskGame.jar
Tests are designed for testing each method of each class.
Test files are located in
/src/test
.
Running TestSuite
to run the 49 test cases.
Check style test is supported.
Build Map Engine
Build Game Engine
Adding more game details
This game is licensed under MIT license.