14 bool operator==(
const Pos &other)
const;
30std::ostream &operator<<(std::ostream &os,
const Pos &pos);
Pos represents a position on the Grid; the origin is bottom left.
Definition pos.h:9
Pos with_dir(const Direction dir) const
Helper method to give the position if it went in a certain direction.
Definition pos.cpp:14
Direction
Represents a direction and is returned by your bot in MyBot::think.
Definition direction.h:9