Class Constants

java.lang.Object
be.belegkarnil.game.board.tak.Constants

public final class Constants extends Object
Game constants (colors)
Author:
Belegkarnil
  • Field Details

    • BLACK_PLAYER

      public static final Color BLACK_PLAYER
      The color associated to the black player
    • WHITE_PLAYER

      public static final Color WHITE_PLAYER
      The color associated to the white player
    • FIRST_PLAYER

      public static final Color FIRST_PLAYER
      The color of the player who begins, which is the black player
    • SECOND_PLAYER

      public static final Color SECOND_PLAYER
      The color of the second player, which is the white player