shaack / cm-chessboard

A JavaScript chessboard without dependencies. Rendered in SVG, coded in ES6. Views FEN, handles move input, animated, responsive, expandable
MIT License
209 stars 63 forks source link

Is there a drag & drop to place pieces on the board? #139

Closed actor10 closed 3 months ago

actor10 commented 3 months ago

Is there functionality to have a set of white & black pieces on the side and drag them onto the board to build up a position?

actor10 commented 3 months ago

I see a few closed issues about this from 2022 but nothing indicating this has been added. I looked at the FEN editor.

shaack commented 3 months ago

No, the cm-chessboard has no extension with such a functionality, as far as I know. But feel free to write it. 🙂 The cm-fen-editor editor works nice on my website: https://www.chessmail.eu/board-editor therefore I have no intention of creating another kind of FEN editor.

actor10 commented 3 months ago

I'm looking at adding a "sidecar" list of pieces that can be dropped on the board. This would be more like HIARCS on the Mac where you click on a piece and then click on squares where that piece is deposited.