no doc in git and add tokens on players

This commit is contained in:
Aubin DORIVAL
2025-04-07 10:00:50 +02:00
parent 25279e30e3
commit cdf1699559
77 changed files with 17 additions and 8887 deletions

View File

@@ -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);
}
/**