debut d'une ia par point

This commit is contained in:
Cyprien111
2025-03-31 11:01:12 +02:00
parent 4d1481d634
commit 12d4b2014a
4 changed files with 76 additions and 13 deletions

View File

@@ -1,6 +1,5 @@
import java.io.Console;
import javax.swing.plaf.basic.BasicBorders;
public class Human extends Player{
@@ -12,7 +11,7 @@ public class Human extends Player{
/**
* Return the coordinate of the move played by the player.
* @param Board The actual Gomoku board.
* @return The coordinate of the move played.
* @return The cell of the move played.
*/
public GomokuCell chooseMove(GomokuBoard board){