Xiangiqgame
AI engine for Xiangqi
|
Go to the source code of this file.
Namespaces | |
namespace | xiangqipy |
Python package that wraps the C++ core. | |
namespace | xiangqipy.app |
Contains a single function, run(), that does everything needed to play a Game. | |
Functions | |
GameSummary | xiangqipy.app.run (Path custom_output_root=None, **Dict kwargs) |
Collects command line args, instantiates everything needed for a Game, runs the Game, and optionally saves GameSummary info. | |