Why does get_opponent_source take self as an argument?
There are two active bots. The self argument tells the game client which bot’s code not to return.
self
Thanks.
Why does get_opponent_source take self as an argument?
There are two active bots. The
self
argument tells the game client which bot’s code not to return.Thanks.