ANTWAR C++ SDK
|
AI Template for easy use. More...
Go to the source code of this file.
Typedefs | |
using | AI = std::function< std::vector< Operation >(int, const GameInfo &)> |
Callback that takes player id and game info as input and returns operations. | |
Functions | |
static void | run_with_ai (AI ai) |
Run the game with an AI that depends only on player id and game state. | |
AI Template for easy use.
|
static |
Run the game with an AI that depends only on player id and game state.
ai | AI callback. |