the readme of Siedler of catan has been written and language correction.

This commit is contained in:
Speedy Gonzalez
2021-12-10 10:36:48 +01:00
parent 3f625e1e47
commit c5a8330d0f
3 changed files with 22 additions and 7 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ public class SiedlerGameTest {
board.setEdge(new Point(4, 10), new Point(5, 9), new Road(Config.Faction.BLUE,new Point(4, 10),new Point(5, 9)));
board.setCorner(new Point(3,7),new Settlement(Config.Faction.BLUE,new Point(3,7)));
assertEquals(Config.Faction.BLUE, board.getLongestRoadFaction(factionList));
assertEquals(6,board.getLongestRoadLenth());
assertEquals(6,board.getLongestRoadLength());
//todo prüfen ob länge Stimmt.
}