/Chess-Engine-and-GUI

This chess engine with GUI is done with vanilla javascript, engine is based on vice chess engine that is creation of bluefever software, This AI model is itself programmed in plain javascript, and works on Alpha Beta Pruning search algorithm model with transposition table, null move pruning and quiescence inside an iterative deepening framework. Board and pieces are scrapped from chess.com

Primary LanguageJavaScriptMIT LicenseMIT

No issues in this repository yet.