Human class avec les playable cells
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
||||
abstract class Player{
|
||||
|
||||
private String name;
|
||||
@@ -7,5 +10,5 @@ abstract class Player{
|
||||
return name;
|
||||
}
|
||||
|
||||
public abstract Coordinate chooseMove();
|
||||
public abstract Coordinate chooseMove(GomokuBoard Board);
|
||||
}
|
||||
Reference in New Issue
Block a user