A generic minmax algorithm engine (with alpha-beta pruning) that can work with any game supplied by the user
A configurable implementation of negamax depth-first tree search with alpha-beta pruning
a general purpose minimax framework which uses alpha-beta, an A.I. tool useful for machine decision making
GPTChess is an npm package that provides a chess AI powered by the OpenAI GPT-3 model. It allows you to generate AI moves based on the current chessboard state.