Skip to content
#

chess-js

Here are 9 public repositories matching this topic...

chessJS

This engine has defeated Stockfish Level-6 which has 2300+ ELO rating with 1sec as thinking time. It is an implementation of Chess Engine in JavaScript by using Min Max Tree with Alpha-Beta pruning (GOFAI (Good Old-Fashioned Artificial Intelligence)). The front-end of the website is basic HTML and CSS. ChessJS Version 2 : v2.chessjs.tech

  • Updated Dec 27, 2021
  • JavaScript

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.…

  • Updated Oct 25, 2020
  • JavaScript

Improve this page

Add a description, image, and links to the chess-js topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chess-js topic, visit your repo's landing page and select "manage topics."

Learn more