Xiangiqgame
AI engine for Xiangqi
Loading...
Searching...
No Matches
xiangqipy.command_input.XiangqiGameCommand Class Reference

Data container with all the info needed to instantiate a Game. More...

Collaboration diagram for xiangqipy.command_input.XiangqiGameCommand:
Collaboration graph

Static Public Attributes

PlayerInput red_player_input
 
PlayerInput black_player_input
 
bool save_summary = False
 
str output_dir_suffix = ""
 

Detailed Description

Data container with all the info needed to instantiate a Game.

Definition at line 228 of file command_input.py.

Member Data Documentation

◆ black_player_input

PlayerInput xiangqipy.command_input.XiangqiGameCommand.black_player_input
static

Definition at line 234 of file command_input.py.

◆ output_dir_suffix

str xiangqipy.command_input.XiangqiGameCommand.output_dir_suffix = ""
static

Definition at line 236 of file command_input.py.

◆ red_player_input

PlayerInput xiangqipy.command_input.XiangqiGameCommand.red_player_input
static

Definition at line 233 of file command_input.py.

◆ save_summary

bool xiangqipy.command_input.XiangqiGameCommand.save_summary = False
static

Definition at line 235 of file command_input.py.


The documentation for this class was generated from the following file: