Library to implement games based on minimax and alpha-beta-pruning algorithms.
Get Started
$ dotnet add package Karelia.Examples.MinimaxReadme
csharp-minimax
The minimax and alpha-beta algorithms templates including Node and Move interfaces as the basis for implementing variours board games utilizing the minimax and alphabeta.