Exemplo n.º 1
0
 List <(int x, int y)> jumps = new RuleDraughts().GetPositions(current_x, current_y, boardState, boardSize);
Exemplo n.º 2
0
 List <(int x, int y)> steps = new RuleSteps().GetPositions(current_x, current_y, boardState, boardSize);