rbot 0.1.9

Library for programming robots in Bot Beats.
Documentation
1
2
3
4
5
6
7
8
9
10
pub const BOT: &str = "Bot";
pub const COMPONENT: &str = "BotComponent";
pub const HAMMER: &str = "Hammer";
pub const MINE: &str = "Mine";
pub const OIL: &str = "Oil";
pub const PLASMA_SHIELD: &str = "PlasmaShield";
pub const ROCK: &str = "Rock";
pub const SENTRY: &str = "Sentry";
pub const SHIELD: &str = "Shield";
pub const WALL: &str = "Wall";