Package mixmeta4

Class Summary
Board  
BoardGUI  
Checker A Checker (C,c) moves forward one square diagonally.
CheckerGUI  
ClientPlayer  
Egg An Egg (E,e) moves forward one square diagonally, and promotes to a Frogger when it reaches the last row.
EggGUI  
Frogger Frogger (F,f) moves up to 5 squares vertically or horizontally.
FroggerGUI  
Galaxian Galaxian (G,g) moves up to 5 squares diagonally in any direction.
GalaxianGUI  
Game  
GameGUI  
King King (K,k) moves one square in any direction.
KingGUI  
Knight Knight (N,n) moves in an "L" shape, two squares either vertically or horizontally, then one square horizontally or vertically, respectively.
KnightGUI  
Move Move represents a players move.
MoveGUI  
Moves  
Piece  
PieceGUI  
PieceSet Holds a player's pieces.
PlayCheckers  
Player Abstract class which is extended to create user's players.
Pod A Pod (P,p) moves forward one square diagonally, and promotes to a Galaxian when it reaches the last row.
PodGUI  
Queen Queen (Q,q) moves up to 3 squares in any direction.
QueenGUI  
Square  
SquareGUI  
Test  
Winthrop Winthrop (W,w) moves up to 4 squares horizontally or vertically.
WinthropGUI