no doc in git and add tokens on players
This commit is contained in:
@@ -12,8 +12,8 @@ public class GomokuAI extends Player {
|
||||
* @param name The name of the player.
|
||||
* @param color The color of the player.
|
||||
*/
|
||||
public GomokuAI(String name, Color color) {
|
||||
super(name, color);
|
||||
public GomokuAI(String name, Color color, int tokens) {
|
||||
super(name, color, tokens);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user