chess math is fun code example
Example 1: chess
so you play chess and code, you are really a man or woman of many talents
Example 2: chess.js
var board2 = Chessboard('board2', {
draggable: false,
dropOffBoard: 'trash',
sparePieces: true
})
$('#startBtn').on('click', board2.start)
$('#clearBtn').on('click', board2.clear)