Crate wasmdome_domain

Source

Re-exports§

pub extern crate eventsourcing;

Modules§

commands
events
leaderboard
state

Structs§

GameBoard
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.
MatchParameters
The set of initial parameters for a match
Point
A 2-dimensional coordinate within an arena
RadarPing
TurnStatus

Enums§

DamageSource
GridDirection
Represents all possible directions at the game engine resolution
RegisterOperation
An operation performed on a register
RegisterValue
Represents a value contained within a register. Note that not all registers support all value types
WeaponType

Constants§

EAX
The primary accumulator register
EBX
The base register
ECX
The count register