Merge branch 'master' of gitlab.isima.fr:audorival/gomoku
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
|
|
||||||
abstract class Player{
|
abstract class Player{
|
||||||
|
|
||||||
|
private String name;
|
||||||
|
|
||||||
|
public String getName() {
|
||||||
|
return name;
|
||||||
|
}
|
||||||
|
|
||||||
|
public abstract Coordinate chooseMove();
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user