Usage
Implement your AI by implementing the AI class from j-chess-lib. See j-chess-lib Usage for usage instructions.
Then install the bot manager using
$pip install j_chess_bot_manager
Then start the manager by calling
$j_chess_client_manager --with-package to.your.package
Where to.your.package should be the import statement to the package/pythonfile with your implemented ai from the
current working directory.
Use
$j_chess_client_manager --help
to see all available options