./nugetz
pkg

laitinenp/Karelia.Examples.Minimaxv1.0.0

docs d<> code .compare c
.NET 7.0

Library to implement games based on minimax and alpha-beta-pruning algorithms.

License

GPL-2.0-only

Deps

0

Install Size

Vulns

✓ 0

Published

Sep 6, 2023

Get Started

$ dotnet add package Karelia.Examples.Minimax

Readme

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.