Skip to main content

run_tui

Function run_tui 

Source
pub fn run_tui<G>(game: G) -> ExitCode
Expand description

Like run, but play opens the retroglyph dashboard instead of the text stepper. Requires the game to implement PrintableGame.