Responsive chess web GUI to play against the Stockfish 16 chess engine. Multiple web GUI implementations have also been included.
-
Updated
May 29, 2024 - JavaScript
Responsive chess web GUI to play against the Stockfish 16 chess engine. Multiple web GUI implementations have also been included.
A responsive web-based chess app and graphical user interface (GUI) for the Stockfish chess engine, featuring analysis, evaluation, and graphical representations. It is the official chess app of BoldChess.com.
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
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.…
This version is for two players who want to play on the OPPOSITE sides of the same screen. The board pieces will adapt the user view in turn accordingly. So, try this out!
React training task at Nextiva on boarding
A simple chess board for my later fun with stockfish
JavaScript Chess (orig demo http://www.iki.fi/kbjorklu/chess/)
Add a description, image, and links to the chess-js topic page so that developers can more easily learn about it.
To associate your repository with the chess-js topic, visit your repo's landing page and select "manage topics."