add check for draw
This commit is contained in:
@@ -11,7 +11,7 @@ impl PlayerConsole {
|
||||
pub fn new(name: &str) -> impl Player {
|
||||
PlayerConsole {
|
||||
name: name.to_owned(),
|
||||
piece: Cell::CellEmpty,
|
||||
piece: Cell::Empty,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user