Package be.belegkarnil.game.board.tak
Class Constants
java.lang.Object
be.belegkarnil.game.board.tak.Constants
Game constants (colors)
- Author:
- Belegkarnil
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ColorThe color associated to the black playerstatic final ColorThe color of the player who begins, which is the black playerstatic final ColorThe color of the second player, which is the white playerstatic final ColorThe color associated to the white player -
Method Summary
-
Field Details
-
BLACK_PLAYER
The color associated to the black player -
WHITE_PLAYER
The color associated to the white player -
FIRST_PLAYER
The color of the player who begins, which is the black player -
SECOND_PLAYER
The color of the second player, which is the white player
-