Package gameboard

Class Summary
AbsThreadedJP Last updated September 27, 2006
An abstract threaded JPanel that can be used to create animated game panels.
CurrentPlayerPanel Created on October 30, 2006, 8:25 PM
Extends othelloCell and adds an additional string indicating the current player color.
InvalidMoveDialog Created on November 6, 2006, 8:44 PM
A dialog panel used when an invalid move is made.
OthelloBoard Created on October 30, 2006, 8:26 PM
Refactored the main applet panel and placed the cells of the game board in a seperate panel.
OthelloCell The individual game cells on the game board.
Stores the current othello game piece.
ScorePanel Created on November 4, 2006, 8:26 AM
Displays the current score the players, and the color of the player if playing a networked game.
SplashPanel Created on November 9, 2006, 8:40 AM
Used to display messages.