Skip navigation links

Package controller

This package contains various controllers, which are strategies to select the next move for a given player.

See: Description

Package controller Description

This package contains various controllers, which are strategies to select the next move for a given player. There are several such strategies: Moves can be provided by the user, either through the command line or through the gui. They might also be randomly generated, or provided by an intelligent algorithm. These different sources of moves are represented by Controller objects.

This package contains the Controller class and also the algorithmic controllers. Controllers that take input from the GUI or CLUI are contained in the gui and clui packages;

Skip navigation links