JS Chess Engine

A JavaScript chess engine using minimax and alpha-beta pruning.

github.com/ShreyJ1729/js-chess-engine

A chess engine written in JavaScript implementing the minimax algorithm with alpha-beta pruning for move selection. A precursor to the Rust engine — same ideas, different language.