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.
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.
OthelloCons Created on October 24, 2006, 7:02 PM
added the width and height of the game board.
ScorePanel Created on November 4, 2006, 8:26 AM
Stores and displays the scores.