risk-game-b : CyclomaticComplexity
CyclomaticComplexity : The complexity of methods directly affects maintenance costs and readability. Concentrating too much decisional logic in a single method makes its behaviour hard to read and change.
In files : Controller/RiskGameController.java, Model/Player.java, Model/RiskGameModel.java, View/World.java