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

Use pieceToCharTable #28

Closed PraseodymiumSpike closed 4 months ago

PraseodymiumSpike commented 10 months ago

I think FairyGround should use the pieceToCharTable option with Merida-like versions of the XBoard piece images. This would allow us to use whichever letters we want and still have the pieces be visible.

yjf2002ghty commented 9 months ago

Currently ffish.js library does not export all game options to fairyground. pieceToCharTable is also not exported. Therefore this function is not available until ffish.js supports exporting all game rule information. There is a similar issue #27 .

ianfab commented 4 months ago

Given the available complete piece sets and custom graphics I consider this solved.