| Class | Description |
|---|---|
| ChessSquarePanel |
A class that creates a sample graphical chess square panel using the Java Graphics
capacity.
|
| EightQueens |
A class with two recursive methods attempting to solve the Eight Queens theoretical problem.
|
| PictureYourSolution |
This class will be used to display a chess board with eight queens on it, which will
serve as the graphical representation of solutions to the eight queens theoretical
problem.
|
| Queen |
This class is meant to recreate the chess piece of a Queen, although it is general enough
it could be used for different chess pieces, for the Eight Queens theoretical problem.
|