Player class
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
|
||||
abstract class Player{
|
||||
|
||||
private String name;
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
public abstract Coordinate chooseMove();
|
||||
}
|
||||
Reference in New Issue
Block a user