Beispiel #1
0
def getBoardWD4():
    board = ChessBoard()
    # TODO (mattsh): Is this what we want to do?
    board.getPlyResult(ChessPosn(1, 3), ChessPosn(3, 3))
    return board
Beispiel #2
0
def getBoardWD4():
    board = ChessBoard()
    # TODO (mattsh): Is this what we want to do?
    board.getPlyResult(ChessPosn(1, 3), ChessPosn(3, 3))
    return board