Package be.belegkarnil.game.board.tak


package be.belegkarnil.game.board.tak
Contains all the classes for creating, instancing a Tak game and for playing.
Since:
2025-04-22
Author:
Belegkarnil
  • Class
    Description
    This class represents all possible actions during a Game.
    This class is the main class that run the game with GUI.
    This class represents the board of the Tak game.
     
    Game constants (colors)
    The class implements the behavior of the Spectrangle game (a modified two players version with skip and penalities)
    Is an enumeration that express all the winning reasons
    TODO comments
    This class represents a Tak player that use a Strategy and owns some Pieces.