Package org.swtpra1.amazongame
Classes used to model the execution of the game of the amazons according to the api.
-
Class Summary Class Description Board Describes the state of the pieces on the board at a given time.Game Represents the state of the "Game of the Amazons" board.Player This class represents a single player.Square This class represents one square on the board and will help with serialization and constructing turns later on.Turn This class represents one turn, made by a player.