Chessboard.js is a standalone JavaScript Chess Board by Chris Oakman available under MIT license. It is designed to be "just a board" and expose a powerful API.
Chessboard.js is a standalone JavaScript Chess Board by Chris Oakman.
Following information copied from chessboard.js readme
chessboard.js is a standalone JavaScript Chess Board. It is designed to be "just a board" and expose a powerful API so that it can be used in different ways. Here's a non-exhaustive list of things you can do with chessboard.js:
- Use chessboard.js to show game positions alongside your expert commentary.
- Use chessboard.js to have a tactics website where users have to guess the best move.
- Integrate chessboard.js and chess.js with a PGN database and allow people to search and playback games (see Example 5000)
- Build a chess server and have users play their games out using the chessboard.js board.
Home - http://chessboardjs.com/
Git - https://github.com/oakmac/chessboardjs
License: chessboard.js is released under the MIT License