ColorShapeLinks AI
An AI competition for the IEEE Conference on Games 2021
ColorShapeLinks.Common.AI.Examples Namespace Reference

Example AI thinker implementations. More...

Classes

class  BadMoveAIThinker
 This thinker always tries to make an invalid or illogical move. Used for testing purposes only. More...
 
class  MinimaxAIThinker
 Sample AI thinker using a basic Minimax algorithm with a naive heuristic which previledges center board positions. More...
 
class  RandomAIThinker
 Implementation of an AI that will play randomly. More...
 
class  RandomMemoryHoarderThinker
 This thinker plays randomly and hoards memory for testing purposes. More...
 
class  SequentialAIThinker
 Implementation of an AI that will always play in sequence, from the first to the last column. It will start by using pieces with its winning shape, and when these are over, it continues by playing pieces with the losing shape. More...
 

Detailed Description

Example AI thinker implementations.