Packages
Package
Description
Assignment 5
This package contains the components of an AI algorithm based on minimax search.
This package manages game states and maintains game logic for running (m, n, k)-games.
This package defines players that interact with either a human player or an AI algorithm to generate the next move.
Enums and classes that define constants and utility methods for other packages to use for convenience.
Utilities originally developed for the CMS (CMSX) project.
Support for the type Maybe<T>