Files
cs8803p4/src/player/MinimaxComPlayer.java
Woody Folsom d9ec72d0fb Alpha-Beta move generator can look 2 plays (4 plies) ahead on a 4x4 board and blocks every possible attempt by the player to connect 3.
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.
2012-04-14 15:36:02 -04:00

6 lines
52 B
Java

package player;
public class MinimaxComPlayer {
}