/minimax

Generic implementation of variants of the minimax algorithm

Primary LanguageC++

Generic implementation of minimax with alpha beta prunning.
Connect 4 serves as an example.