Trait pill_engine::game::PillGame[][src]

pub trait PillGame {
    fn start(&self, engine: &mut Engine) -> Result<()>;
}
Expand description

Engine <-> Game interface

Entry point of the game project. Mandatory to implement.

Required methods

Implementors