extern crate rand; mod board; mod engine; mod ui; fn main() -> Result<(), ()> { ui::Ui::new().run() }