-
Notifications
You must be signed in to change notification settings - Fork 402
simplify odds generator #184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
🚀 Draft Preview: https://pr184-draft.lc0.org/ |
|
🚀 Draft Preview: https://pr184-draft.lc0.org/ |
|
Thanks for the update! One very minor comment: I agree with greying out the challenge button in a position which isn't accepted, but I'm less sure about putting the same behavior on the "copy the challenge link". I can see how this tool might be more useful in general for other devs who would like to experiment with their own bots, or play/analyze locally. Obviously copying the challenge link isn't useful for that, but copying the starting FEN could certainly be useful even if it is a position not accepted by our bots. |
|
🚀 Draft Preview: https://pr184-draft.lc0.org/ |
|
🚀 Draft Preview: https://pr184-draft.lc0.org/ |

As discussed on Discord https://discord.com/channels/425419482568196106/1393640639274422352/1442836041731018813, the idea is to simplify the workflow for people who want to play multiple games. They select all the options they want and with one click can open the lichess challenge. Without being sure, I am assuming that this should improve the experience of the players a little bit, but also providing slightly less information to the developer/user (such as the exact random id and fen string, although that string is also displayed on lichess). I also changed the string for FRC random generation from "Auto" to "Random" to make that clearer.