ZenLearner
ZenLearner
I would love your suggestion of June 2013 to be operative, that is board.highlight('a1','b2','c3'); (Exactly as proposed) With the CSS I am slightly confused as how the squares are named!...
I could not agree more, plus a simple html example!
It would be important for iPads….Sent from my iPadFernando SemprunOn 5 Dec 2022, at 10:55, dav1312 ***@***.***> wrote: This project is not abandoned. It's been 6 years since this PR...
This already works. Including the call to chess to validate moves.... let startingSquare = null const game = new Chess() const board = window.Chessboard2('myBoard', { onMousedownSquare,position:game.fen() }) const statusEl =...
And this is already a full working example !! What a versatile program!! (I know zero about programming ) /* Attempting to input moves with clicks, as opposed to dragging...
### A further example with a different starting position So simple /* Attempting to input moves with clicks, as opposed to dragging Will validate moves with chess... */ let startingSquare...
Most of the functionality one would ever require is in the very nice examples (as noted a couple are giving errors) I was going to add an Event Listener for...