mod game; fn main() { let b = game::Board::new(); let c = game::Cell::X; }