shaack / cm-chessboard

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

Pawn promotion support? #19

Closed domschl closed 4 years ago

domschl commented 4 years ago

Is there some support-GUI for pawn promotion available (a select-option for promotion to knight, bishop, rook or queen?)

shaack commented 4 years ago

cm-chessboard is just the chessboard. Pawn Promotion Support ist implemented in chess-console https://github.com/shaack/chess-console, which uses cm-chessboard. See it in Action here: https://www.chessmail.de/pages/chess-computer.html

domschl commented 4 years ago

Thanks for the pointer to chess-console. That project isn't suitable for my needs, since it adds external dependencies. Anyway thanks for your work on cm-chessboard, it's a nice project!