Closed EmptikBest closed 1 year ago
I will not add that. I think this is a pretty special use case. Most people should have no problem with their bot accepting 7+0 in addition to 3+0 and 8+0.
With 3b5daf4 you can now set the precise time control. In your case it could look like this:
time_controls:
- 1+0
- 3+0
- 8+0
- 25+0
If you want to accept all bullet time controls this is also possible:
time_controls:
- bullet
- 3+0
- 8+0
- 25+0
Is your feature request related to a problem? Please describe. No, not really, its just that right now I can only accept 1 TC per day (read on to see why)
Describe the solution you'd like If possible, could there be different time controls (max_increment, initial etc) accepted per TC? For example the section in the config.yml could look like this:
This would help me a lot since these days I only accept one TC per day (example 1+0, 3+0, 8+0, 25+0) as if I accept multiple it is possible people play 7+0 and it is still considered blitz..
With this implementation, I will be able to accept 1+0, 3+0, 8+0, 25+0 all at once and it would help me a lot!
Describe alternatives you've considered
Additional context If possible and doesn't clutter the config too much, maybe do the same thing with # Append _white or _black to only accept challenges as the specific color.. I do think that can lead to other bots only playing white/black though so that should probably not be added