Xiangiqgame
AI engine for Xiangqi
|
Go to the source code of this file.
Classes | |
class | xiangqipy.enums.GameState |
Enum indicating state of game: is either unfinished, or a particular player has won. More... | |
class | xiangqipy.enums.PlayerType |
Enum indicating type of player: Human, AI, or Scripted. More... | |
class | xiangqipy.enums.EvaluatorType |
Enum indicating type of core MoveEvaluator used for a Player. More... | |
class | xiangqipy.enums.EvaluatorTypeNew |
Enum indicating type of core MoveEvaluator used for a Player. More... | |
Namespaces | |
namespace | xiangqipy |
Python package that wraps the C++ core. | |
namespace | xiangqipy.enums |
Enums that are only used on the Python side of the app. | |