13 Forks
21 Stars
21 Watchers

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

How to download and setup chessJS

Open terminal and run command
git clone https://github.com/ashishpapanai/chessJS.git
git clone is used to create a copy or clone of chessJS repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with chessJS https://github.com/ashishpapanai/chessJS/archive/master.zip

Or simply clone chessJS with SSH
[email protected]:ashishpapanai/chessJS.git

If you have some problems with chessJS

You may open issue on chessJS support forum (system) here: https://github.com/ashishpapanai/chessJS/issues