debut d'une ia par point
This commit is contained in:
@@ -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){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user