Skip to content

Commit 5c4d512

Browse files
authored
Update README.md
1 parent 9de6181 commit 5c4d512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ A shared move history has been added into the game framework, that both the Code
226226
To access this move history from inside your Codemaster or Guesser bot, simply call `super().get_move_history()`.
227227
This will return a list of all previous moves made for the game so far, from both the Red and Blue teams.
228228
* Codemaster moves are formatted as ["Colour_Codemaster", "Clue", "Number"], for example ['Red_Codemaster', 'TABLEWARE', 2].
229-
* Guesser moves are formatted as ["Colour_Guesser", "Answer", "Tile Identity", "Continue Guessing"], for example ['Red_Guesser', 'PLATE', '*Red*', True].
229+
* Guesser moves are formatted as ["Colour_Guesser", "Answer", "Tile Identity", "Continue Guessing"], for example ['Red_Guesser', 'PLATE', '*Assassin*', True].
230230

231231

232232
## Rules of the Game

0 commit comments

Comments
 (0)