Function tuig::run

source ·
pub fn run<G: Game + 'static>(game: G) -> G
Expand description

A shortcut for basic games which only need to be started on the default, load!ed IO system.

If you need more control, e.g. selecting a specific backend or queueing initial agents, use Runner. Many real games won’t, as they won’t be doing anything until after some user input asks them to.