Bots Aleatoires + Simu parties + csv de resultats
This commit is contained in:
@@ -308,4 +308,10 @@ public class HexBoard extends AbstractBoard {
|
||||
sb.append("Current player: ").append(getCurrentPlayer()).append("\n");
|
||||
return sb.toString();
|
||||
}
|
||||
|
||||
|
||||
public Player getCellPlayer(int r, int c) {
|
||||
return cells[r][c];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user