A generic minmax algorithm engine (with alpha-beta pruning) that can work with any game supplied by the user
This node.js module exports a generic min-max algorithm, alongside some implementationsThis package comes with full typescript support!
A double-ended priority queue based on min-max heaps.