| BenchmarkAgent |
|
| BlockingBenchmarkAgent |
|
| BlockingSokratesAgent |
Puzzle agent tries to solve a solitair board game
by recursiveky applying means-end-reasoning.
|
| Board |
The board containing places, pieces and played moves.
|
| BoardControlPanel |
The control part of
|
| BoardGui |
The board gui.
|
| BoardPanel |
Display the board.
|
| JackBoard |
The View Board represents the puzzle board and the pegs.
|
| Move |
A move consisting of a start and an end point.
|
| MoveComparator |
Sort moves according to a strategy.
|
| Piece |
A piece for playing.
|
| Position |
A position has two coordinates.
|
| SokratesAgent |
Puzzle agent tries to solve a solitair board game
by recursiveky applying means-end-reasoning.
|