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

Send command to engine feature #57

Closed yjf2002ghty closed 3 months ago

yjf2002ghty commented 3 months ago

Sometimes we might to perform some advanced operations like benchmarking on a specific position of a variant. Sending commands to engine will be useful in this case. After this change, in Advanced Analysis page, user can send command to engine. However, they cannot send all kinds of commands. Commands like quit, flip, ucinewgame, etc. cannot be sent (see the code for details). This PR does no change to Play against Fairy-Stockfish page. It won't be displayed on this page.

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 18, 2024 2:37pm
ianfab commented 3 months ago

Thanks, can be useful