-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
challenge leela odd bots #1211
base: main
Are you sure you want to change the base?
challenge leela odd bots #1211
Conversation
UI is fine by me. The only thing I found weird is that, even if the position was not chosen, you could challenge the opponent nevertheless. I think the button should be disabled as long as the position is not chosen. I add a commit to fix the iOS view (needed a safe area), and it completely messed up the history in the PR, sorry about that. I could not test really the PR since Leela bots don't accept challenges at the moment. |
I think it should be disabled as long as no board is selected, the challenge button is greyed out and can't be pressed.
On the website, you need to select the correct color. For example, if white is missing a knight, you need to select the black pieces for yourself so that the bot accepts. If you tried from the app with my PR and it didn’t accept, I have a bug somewhere. |
6982b9d
to
1678928
Compare
1678928
to
2a8263e
Compare
I rebased it to the newest version and fixed the conflicts |
c3a6904
to
3c84b11
Compare
Thanks for the update. I tested it again:
I think the |
3c84b11
to
fd6a783
Compare
I refactored it to a different screen. I decided not to persist the setting at all since this feature is indeed niche. Instead, I simply take the time control preferences from the settings.
|
closes #796 . Implements challenges featured leela bots with piece odds. The bots can now only be challenged with time controls and positions they will accept:
video of phone:
specialBotChallenges2.mp4
video of tablet :
specialBotChallenges.mp4
Remarks: