Package | Description |
---|---|
controller |
This package contains various controllers, which are strategies to select
the next move for a given player.
|
Modifier and Type | Class and Description |
---|---|
class |
SmartAI
The SmartAI uses min-max search with reasonable heuristics to choose
the next move to make.
|