|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractComputerAgent | |
---|---|
org.vizzini.example.gin | Provides gin classes for the game framework. |
org.vizzini.example.pong | Provides pong classes for the game framework. |
org.vizzini.game.boardgame | Provides core game classes for board games in the game framework. |
org.vizzini.game.boardgame.chess | Provides core chess game classes for the game framework. |
org.vizzini.game.search | Provides search classes for the game framework. |
Uses of AbstractComputerAgent in org.vizzini.example.gin |
---|
Subclasses of AbstractComputerAgent in org.vizzini.example.gin | |
---|---|
class |
SimpleComputerAgent
Provides a computer agent for Gin which simply draws and discards his first card. |
Uses of AbstractComputerAgent in org.vizzini.example.pong |
---|
Subclasses of AbstractComputerAgent in org.vizzini.example.pong | |
---|---|
class |
ComputerAgent
Provides a computer agent for Pong. |
Uses of AbstractComputerAgent in org.vizzini.game.boardgame |
---|
Subclasses of AbstractComputerAgent in org.vizzini.game.boardgame | |
---|---|
class |
AbstractSimpleAgent
Provides base functionality for a simple computer agent in the game framework. |
class |
EvaluatedPlacementAgent
Provides a computer agent which chooses the placement action which provides the highest evaluated environment. |
class |
SimplePlacementAgent
Provides a simple computer agent which creates a placement action for the first empty position found on a grid board. |
Uses of AbstractComputerAgent in org.vizzini.game.boardgame.chess |
---|
Subclasses of AbstractComputerAgent in org.vizzini.game.boardgame.chess | |
---|---|
class |
AbstractChessComputerAgent
Provides base functionality for computer agents for 3D chess. |
class |
SearchChessAgent
Provides a computer agent for 3D chess. |
class |
SimpleChessAgent
Provides a computer agent for 3D chess. |
Uses of AbstractComputerAgent in org.vizzini.game.search |
---|
Subclasses of AbstractComputerAgent in org.vizzini.game.search | |
---|---|
class |
SearchAgent
Provides a computer agent which uses an AI search algorithm to determine the best action. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |