[−][src]Trait ggpf::game::GameView
Games with an user interface.
Terminal user interface is managed by the cursive library.
Associated Types
Loading content...Required methods
Loading content...Implementors
impl GameView for IBreakthrough[src]
type G = Breakthrough
fn set_state(&mut self, state: Self::G)[src]
impl<GV> GameView for IWithHistory<GV> where
GV: GameView,
GV::G: Game + Clone, [src]
GV: GameView,
GV::G: Game + Clone,