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

Analysis function & animation fix #55

Closed yjf2002ghty closed 3 months ago

yjf2002ghty commented 3 months ago

47

53

After this change:

  1. Add a simple analysis function containing arrow display and an evaluation bar.
  2. Fix the king castle animation.

The analysis functions only works when checking the "Analysis" checkbox.

Note that due to the ambiguity of the UCI notations between pawn promotion (e.g. a7a8q) & seirawan gating (e.g. b1c3h), the analysis function is unable to recognize them. It will be displayed like pawn promotion. image

vercel[bot] commented 3 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 Mar 17, 2024 0:41am
ianfab commented 3 months ago

Awesome, thanks, this enhances the usability of analysis a lot. Just as an additional note, "wall gating" moves (comma separated) like in duck chess and amazons also do not seem to be handled yet, but that is an edge case, so definitely an acceptable limitation.