update
This commit is contained in:
@@ -67,7 +67,7 @@ public class GomokuGame {
|
|||||||
public void play(Player player) {
|
public void play(Player player) {
|
||||||
|
|
||||||
GomokuCell cellToPlay = player.chooseMove(board);
|
GomokuCell cellToPlay = player.chooseMove(board);
|
||||||
cellToPlay.setState(colorP1);
|
cellToPlay.setState(player.color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user