asdfjkl / jfxchess

JFXChess - Chess Program
https://asdfjkl.github.io/jfxchess
GNU General Public License v2.0
100 stars 22 forks source link

User guide #59

Closed MikeyBeez closed 4 years ago

MikeyBeez commented 4 years ago

Thank you very much for writing this great program. Is there a user guide or video describing features such as how to set the engine for a specific rating? Cheers!

asdfjkl commented 4 years ago

Unfortunately there is no user guide or video. If you just want to play against a weaker Stockfish you can do so by Game -> New... and adjust the computer rating with the slider.

For other engines you can do so by setting engine parameters via UCI engine options, i.e. Edit -> Engines -> Add ... and then afterwards on "Edit Parameters"

The parameters or option name as well as the range values to adjust strength is not standardized and varies from engine to engine....

MikeyBeez commented 4 years ago

Thank you.