ianfab / fairyground

playground for Fairy-Stockfish in the browser
https://fairyground.vercel.app/
GNU General Public License v3.0
20 stars 5 forks source link

Add move disambiguation #4

Closed ianfab closed 9 months ago

ianfab commented 2 years ago

In case of ambiguous user input (e.g., a7a8q/r/b/n) add dropdown/selection for disambiguation. How does this work in chessgroundx?

gbtami commented 1 year ago

Chessground(x) knows nothing about promotion/gating concepts. They are implemented in pychess/lichess. https://github.com/gbtami/pychess-variants/blob/master/client/promotion.ts https://github.com/gbtami/pychess-variants/blob/master/client/gating.ts

ianfab commented 9 months ago

Closed with #26.