|
ProtoBot
|
BuildOrders are a similar line of thinking to opening you would see in chess. ProtoBot emulates oepnings that proffesional StarCraft players and the community have refined over the course of the games lifetime.
ProtoBot performs 2 opening against all 3 races:
Protoss - 2 Gateway Dark Templar
Terran - 2 Gateway Dark Templar
Zerg - 2 Gateway Observer
To see other oepning that have been created you can view them in the link below:
https://liquipedia.net/starcraft/Protoss_Strategy.
More...
#include <BuildOrder.h>
Public Attributes | |
| int | name = 0 |
| int | id = 0 |
| BWAPI::Race | vsRace = BWAPI::Races::Unknown |
| int | blockUnitTrainingUntilSupply = 0 |
| std::vector< BuildOrderStep > | steps |
BuildOrders are a similar line of thinking to opening you would see in chess. ProtoBot emulates oepnings that proffesional StarCraft players and the community have refined over the course of the games lifetime.
ProtoBot performs 2 opening against all 3 races:
Protoss - 2 Gateway Dark Templar
Terran - 2 Gateway Dark Templar
Zerg - 2 Gateway Observer
To see other oepning that have been created you can view them in the link below:
https://liquipedia.net/starcraft/Protoss_Strategy.
Definition at line 50 of file BuildOrder.h.
| int BuildOrder::blockUnitTrainingUntilSupply = 0 |
Definition at line 56 of file BuildOrder.h.
| int BuildOrder::id = 0 |
Definition at line 53 of file BuildOrder.h.
| int BuildOrder::name = 0 |
Definition at line 52 of file BuildOrder.h.
| std::vector<BuildOrderStep> BuildOrder::steps |
Definition at line 58 of file BuildOrder.h.
| BWAPI::Race BuildOrder::vsRace = BWAPI::Races::Unknown |
Definition at line 55 of file BuildOrder.h.