This commit is contained in:
nora 2022-12-05 11:05:23 +01:00
parent 6172250ff5
commit 5b0c3106c0
No known key found for this signature in database
11 changed files with 560 additions and 185 deletions

View file

@ -1,6 +1,6 @@
use std::fmt::{Display, Write};
use crate::{minmax::Score, Player, State, Game};
use crate::{Game, Player, Score, State};
#[derive(Clone)]
pub struct TicTacToe(u32);