comment
This commit is contained in:
@@ -32,6 +32,8 @@ impl Game {
|
||||
pub fn step(&mut self, player_i: usize) {
|
||||
let player_color = self.players[player_i].color();
|
||||
|
||||
// TODO! move this to `ManualAgent` as it's only really useful
|
||||
// when it comes to human input
|
||||
loop {
|
||||
let player_move = self.players[player_i].next_move(&self.board);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user