Update documentation
This commit is contained in:
parent
f658b27f7f
commit
0dc9e8e161
5 changed files with 7 additions and 7 deletions
|
@ -101,7 +101,7 @@ Calling Double Elimination API
|
|||
score, status = DoubleElim.get_score()
|
||||
print(f"The current score of the game is {score}, the server responded with status code: {status}")
|
||||
|
||||
meteoroids, status = DoubleElim.get_meteoroid()
|
||||
meteoroids, status = DoubleElim.get_meteoroids()
|
||||
print(f"The current meteoroids in the game are {meteoroids}, the server responded with status code: {status}")
|
||||
|
||||
In this second example we wait until the game is started by the judges and then make all possible requests once. You should use the wait_for_start function in your double elimination program. If your robot starts too soon your run will not count!
|
||||
|
|
Reference in a new issue