|
Britbot
|
This is the fallback bot its execution time must be low. More...
Static Public Member Functions | |
| static void | UpdateFallbacks () |
| Updates the fallback group accordinf to the commander groups. | |
| static Dictionary< Pirate, Direction > | GetFallbackTurns (CancellationToken cToken) |
| Generates the fallback moves This is basically the weaker sister of Commander.Play() | |
Static Private Member Functions | |
| static | FallbackBot () |
| static constructor | |
| static Dictionary< Pirate, Direction > | SuperFuckedFallback () |
| A really really bad super last resort that we use if we crash super hard. | |
Static Private Attributes | |
| static List< Group > | FallbackGroups |
| This is the group that the previous commander had. | |
This is the fallback bot its execution time must be low.
Definition at line 18 of file FallbackBot.cs.
1.7.6.1