[−][src]Module mief::elements
Elements of the game itself, such as the players and the ball.
Re-exports
pub use self::ball::Ball; |
pub use self::ball::BallStatus; |
pub use self::field::Field; |
pub use self::player::FieldSide; |
pub use self::player::Movement; |
pub use self::player::Player; |
pub use self::scoreboard::Scoreboard; |
Modules
| ball | The ball used for playing and directly associated structures. |
| field | The playing field of the game. |
| player | The player and directly associated structures. |
| scoreboard | Display information on the current game status. |