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