truc fonctionnel mais avec un retouchage dans l'API. dsl
This commit is contained in:
@@ -18,6 +18,10 @@ public class HumanConsolePlayer extends AbstractGamePlayer {
|
||||
this.in = in;
|
||||
}
|
||||
|
||||
public Boolean jesuisMinimax(){
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public AbstractPly giveYourMove(IBoard board) {
|
||||
if (!(board instanceof HexBoard)) {
|
||||
|
||||
Reference in New Issue
Block a user