rust_warrior::engine
pub fn start( floor: Floor, player: impl Player + Send + Sync + 'static) -> Result<(), String>
The entry point for the engine, called by Game
Game