Update home authored by Fairbank, Michael H's avatar Fairbank, Michael H
...@@ -86,10 +86,12 @@ expected return. All functions are called if implemented by the bot. The follow ...@@ -86,10 +86,12 @@ expected return. All functions are called if implemented by the bot. The follow
## Accessible Variables ## Accessible Variables
In the bot object, the following variables are accessible: In the bot object, the following variables are accessible:
self.game: The shared game state object
self.spy: A boolean saying if you are a spy or not * self.game: The shared game state object
self.name: The name of this bot class * self.spy: A boolean saying if you are a spy or not
self.index: The index of this bot (player number in game) * self.name: The name of this bot class
* self.index: The index of this bot (player number in game)
# Game State # Game State
... ...
......