ANTWAR C++ SDK
|
An integrated module for game simulation. More...
Go to the source code of this file.
Classes | |
class | Simulator |
An integrated module for simulation with simple interfaces for your convenience. Built from the game state of a Controller instance, a Simulator object allows you to simulate the whole game and "predict" the future for decision making. More... | |
Enumerations | |
enum | GameState { Player0Win , Player1Win , Running , Undecided } |
Enumerate values showing whether the game is running, and with detailed reasons if the game ends. More... | |
An integrated module for game simulation.
enum GameState |
Enumerate values showing whether the game is running, and with detailed reasons if the game ends.