Re-exports§
pub extern crate eventsourcing;
Modules§
Structs§
- Game
Board - Represents the dimensions and other metadata for a game board. All game boards have an origin of (0,0) that starts in the bottom left (southwest) corner of the scene.
- Match
Parameters - The set of initial parameters for a match
- Point
- A 2-dimensional coordinate within an arena
- Radar
Ping - Turn
Status
Enums§
- Damage
Source - Grid
Direction - Represents all possible directions at the game engine resolution
- Register
Operation - An operation performed on a register
- Register
Value - Represents a value contained within a register. Note that not all registers support all value types
- Weapon
Type