Package | Description |
---|---|
s3games.player |
Modifier and Type | Method and Description |
---|---|
MiniMaxPlayer.Node |
MiniMaxPlayer.newNode(MiniMaxPlayer.Node previous,
GameState gs)
creates a new node that was reached by performing some move from the previous node.
|
Modifier and Type | Method and Description |
---|---|
MiniMaxPlayer.Node |
MiniMaxPlayer.newNode(MiniMaxPlayer.Node previous,
GameState gs)
creates a new node that was reached by performing some move from the previous node.
|
Constructor and Description |
---|
MiniMaxPlayer.Leaf(GameState gs,
MiniMaxPlayer.Node previous)
construct a new leaf
|