It should be possible to play on larger boards when the computers 'move' is changed from playing a tile to picking the player's next available color.
6 lines
52 B
Java
6 lines
52 B
Java
package player;
|
|
|
|
public class MinimaxComPlayer {
|
|
|
|
}
|