woah
This commit is contained in:
@@ -37,7 +37,7 @@ impl Game {
|
||||
todo!("handle invalid player move");
|
||||
}
|
||||
} else {
|
||||
todo!("handle player not having a move to make");
|
||||
panic!("player {} did not make a move", player_i);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -53,7 +53,7 @@ impl Game {
|
||||
|
||||
println!("{}", self);
|
||||
|
||||
std::thread::sleep(Duration::from_millis(500));
|
||||
std::thread::sleep(Duration::from_millis(100));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user