4 packages tagged with “Minimax”
A MinMax Search Engine. MinMaxSearch was created to be easily customized and simple to use.
This is an implementation of the minimax algorithm for gaming solutions. It is multi-function. The same for TICTACTOE as for chess. The famous DEEPBLUE used it. https://www.cse.iitb.ac.in/~cs621-2011/2011-seminars/foiltex-example.pdf
Library to implement Othello game based on alpha-beta-pruning algorithm.
Library to implement games based on minimax and alpha-beta-pruning algorithms.