Thunderbots Project
Loading...
Searching...
No Matches
scoring_with_static_defenders_play.h
1
#pragma once
2
3
#include "proto/parameters.pb.h"
4
#include "software/ai/hl/stp/play/play.h"
5
10
class
ScoringWithStaticDefendersPlay
:
public
Play
11
{
12
public
:
13
ScoringWithStaticDefendersPlay
(TbotsProto::AiConfig config);
14
15
void
getNextTactics
(TacticCoroutine::push_type &yield,
16
const
WorldPtr &world_ptr)
override
;
17
18
private
:
19
// 3 robots for this hardware challenge
20
const
unsigned
int
NUM_ROBOTS = 3;
21
};
Play
Definition
play.h:34
ScoringWithStaticDefendersPlay
Definition
scoring_with_static_defenders_play.h:11
ScoringWithStaticDefendersPlay::getNextTactics
void getNextTactics(TacticCoroutine::push_type &yield, const WorldPtr &world_ptr) override
Definition
scoring_with_static_defenders_play.cpp:13
src
software
ai
hl
stp
play
hardware_challenge_plays
scoring_with_static_defenders_play.h
Generated by
1.9.8