Xiangiqgame
AI engine for Xiangqi
|
Reports details of a Game. More...
Public Member Functions | |
def | report_game_info (self, PlayerSummary red_player_summary, PlayerSummary black_player_summary, GameState game_state, bindings.GameBoard game_board, bindings.PieceColor whose_turn, bool is_in_check, int move_count, bindings.Move prev_move=None) |
Reports details of a Game.
Definition at line 91 of file game_interfaces.py.
def xiangqipy.game_interfaces.MoveReporter.report_game_info | ( | self, | |
PlayerSummary | red_player_summary, | ||
PlayerSummary | black_player_summary, | ||
GameState | game_state, | ||
bindings.GameBoard | game_board, | ||
bindings.PieceColor | whose_turn, | ||
bool | is_in_check, | ||
int | move_count, | ||
bindings.Move | prev_move = None |
||
) |
Reimplemented in xiangqipy.terminal_output.TerminalStatusReporter.
Definition at line 97 of file game_interfaces.py.