the readme of Siedler of catan has been written and language correction.
This commit is contained in:
@@ -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.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user