Index
A B C D E G H I J K M N P R S T U V W X Y
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
C
- castle.comp3021.assignment - package castle.comp3021.assignment
- castle.comp3021.assignment.piece - package castle.comp3021.assignment.piece
- castle.comp3021.assignment.player - package castle.comp3021.assignment.player
- castle.comp3021.assignment.protocol - package castle.comp3021.assignment.protocol
- castle.comp3021.assignment.protocol.exception - package castle.comp3021.assignment.protocol.exception
- centralPlace - Variable in class castle.comp3021.assignment.protocol.Configuration
-
The central square of the gameboard.
- clone() - Method in class castle.comp3021.assignment.protocol.Configuration
- clone() - Method in class castle.comp3021.assignment.protocol.Game
- clone() - Method in class castle.comp3021.assignment.protocol.Move
- clone() - Method in class castle.comp3021.assignment.protocol.MoveRecord
- clone() - Method in class castle.comp3021.assignment.protocol.Place
- clone() - Method in class castle.comp3021.assignment.protocol.Player
- color - Variable in class castle.comp3021.assignment.protocol.Player
-
The color representing this player
- Color - Enum in castle.comp3021.assignment.protocol
- Color(String) - Constructor for enum castle.comp3021.assignment.protocol.Color
- configuration - Variable in class castle.comp3021.assignment.protocol.Game
-
Game configuration
- Configuration - Class in castle.comp3021.assignment.protocol
-
Game configuration, including: 1.
- Configuration(int, Player[]) - Constructor for class castle.comp3021.assignment.protocol.Configuration
- Configuration(int, Player[], int) - Constructor for class castle.comp3021.assignment.protocol.Configuration
-
Constructor of configuration
- ConsolePlayer - Class in castle.comp3021.assignment.player
-
The player that makes move according to user input from console.
- ConsolePlayer(String) - Constructor for class castle.comp3021.assignment.player.ConsolePlayer
- ConsolePlayer(String, Color) - Constructor for class castle.comp3021.assignment.player.ConsolePlayer
- createGame(int, int) - Static method in class castle.comp3021.assignment.Main
-
Create and initialize a game.
- currentPlayer - Variable in class castle.comp3021.assignment.protocol.Game
-
Current player who is supposed to make a move.
- CYAN - castle.comp3021.assignment.protocol.Color
All Classes|All Packages