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

New features #65

Closed yjf2002ghty closed 3 months ago

yjf2002ghty commented 3 months ago

After this change:

  1. Users can search for all possible moves and show them or make a move from this dialog. Similar to functions in FairyFishGUI but with better functionalities. This is not the solution for #62 because what we need is to let users make a move on the board instead of opening this dialog and select moves. This feature is only a workaround.
  2. Added variant type, name and description feature. Now the variants can be classified and the variant names in the dropdown can be changed to a more friendly name. e.g. kingofthehill → King Of The Hill. Meanwhile when the cursor hovers on the item, the description of this variant will be displayed in a tooltip form.
  3. Now the analysis is able to display "pass this turn" correctly.
  4. Better visual effects for buttons and numeric inputs. Buttons now have color changes when hovered and clicked, and disabled buttons will have inversed color. Numeric inputs turn red when the input is invalid.
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 27, 2024 0:53am
ianfab commented 3 months ago

Thanks