A generic minmax algorithm engine (with alpha-beta pruning) that can work with any game supplied by the user
Chess engine built in Javascript using the alpha-beta algorithm
A configurable implementation of negamax depth-first tree search with alpha-beta pruning
Tic-tac-toe optimal turn package based on alpha-beta algorithm.