ActionEdgeT | Represents transition between two states using a sequence of GameAction actions. |
IDAStar | Implementation of the Iteratives the deepening A* algorithm. |
IListExtensions | Extension methods for IListT. |
PuzzleNode | Represents a puzzle being solved by a player. |
ShapeNode | Represents a tetromino in the shared reserve. |
SimpleAIPlayer | A Simple AI player that chooses the best puzzle to solve and then solves it using IDA*. |
IEdgeT | Represents an edge in a graph. |
INodeTSelf | Represents a node of a graph. |