コード例 #1
0
ファイル: common.py プロジェクト: straxhaber/maverick-chess
def getBoardWD4():
    board = ChessBoard()
    # TODO (mattsh): Is this what we want to do?
    board.getPlyResult(ChessPosn(1, 3), ChessPosn(3, 3))
    return board
コード例 #2
0
ファイル: common.py プロジェクト: straxhaber/maverick-chess
def getBoardWD4():
    board = ChessBoard()
    # TODO (mattsh): Is this what we want to do?
    board.getPlyResult(ChessPosn(1, 3), ChessPosn(3, 3))
    return board