33 std::shared_ptr<UPCTuple> create_;
34 std::shared_ptr<UPCTuple> gather_;
35 std::shared_ptr<UPCTuple> attack_;
Game state.
Definition: state.h:42
Generates separate, unspecific UPCTuples for Create, Gather and Delete/Move.
Definition: creategatherattack.h:26
virtual void step(State *s)
Definition: creategatherattack.cpp:20
CreateGatherAttackModule()
Definition: creategatherattack.h:28
Main namespace for bot-related code.
Definition: areainfo.cpp:17
Interface for bot modules.
Definition: module.h:30