Skip to content

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:

  • namespace ASL
  • namespace LOGIC
    • class cla_computer_player This class represents a computer opponent in the game. It provides methods for automatic movement of tokens. It is derived from the cla_player .
    • class cla_manual_player This class represents a manual player in a game. It is derived from the cla_player class.
    • class cla_player This class represents a player in the game. It provides methods for moving tokens and checking the status of the player. It is an abstract class and has two derived classes: cla_computer_player andcla_manual_player .
    • class cla_session The cla_session class is the main class of the game logic. It initializes the players with their methods and it provides essential methods for the game logic.