blueLagoon: Added AI

This commit is contained in:
2023-04-24 21:07:16 +10:00
parent 3e04727e7c
commit a9a7ddef94
5 changed files with 210 additions and 19 deletions

View File

@@ -352,6 +352,7 @@ public class State {
/**
* Place a piece on the board. Uses current turn's player
* This does not check if the move is valid (Use isValidMove() first)
* @param coord Coord coordinate to place piece
* @param type char type of piece
*/