#Chess-board
Showing 5 of 5 repositories tagged #chess-board, ranked by stars
♔ An Extremely Efficient Chess-board Detection for Non-trivial Photos ♔
A JavaScript chessboard without dependencies. Rendered in SVG, coded in ES6. Views FEN, handles move input, animated, responsive, expandable
Record a chess game live and upload the PGN to Lichess
Java based Chess Board Scanner, which converts 2D chess board image into a machine readable format a.k.a. Forsyth–Edwards Notation (FEN). It uses OpenCV and Deeplearning4j frameworks, complemented with some proprietary algorithms implemented for realizing the goal. It currently supports the chess board and pieces sets of the most common online chess platforms chess.com and lichess.org.
A C++ project in which you can play chess against an AI that uses alpha-beta pruning to predict the optimal move.