How to automatically challenge another bot with a time of 30s or 45s #776
-
How to automatically challenge another bot with a time of 30s or 45s |
Beta Was this translation helpful? Give feedback.
Answered by
AttackingOrDefending
Jul 8, 2023
Replies: 1 comment
-
In your matchmaking:
challenge_initial_time: # Initial time in seconds of the challenge (to be chosen at random).
- 30
- 45
challenge_increment: # Increment in seconds of the challenge (to be chosen at random).
- 1 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AttackingOrDefending
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In your
config.yml
you can add30
underchallenge_initial_time
and1
underchallenge_increment
, and your bot will play 30+1.