예제 #1
0
 public BarrierPlacer()
 {
     barriers          = new RoundBarriers();
     player1Position   = new Coordinate(3, 4);
     player2Position   = new Coordinate(6, 4);
     player1FinishLine = RoundBarriers.BOARD_DIMENSION - 1;
     player2FinishLine = 0;
     player1Barriers   = 10;
 }
예제 #2
0
 public BarriersTests()
 {
     this.rb = new RoundBarriers();
 }