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

User Defined Graphics #49

Closed dpldgr closed 4 months ago

dpldgr commented 4 months ago
vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fairyground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 22, 2024 10:14pm
ianfab commented 4 months ago

Thanks, looks mostly good to me. Just one minor thing, as far as I understand the middle character is not validated when present, i.e., it could be something else than a + or p, right?

dpldgr commented 4 months ago

Thanks, looks mostly good to me. Just one minor thing, as far as I understand the middle character is not validated when present, i.e., it could be something else than a + or p, right?

Good spot! It's all sorted now:

image

ianfab commented 4 months ago

Thanks!