Spaces:
Running
Running
| { | |
| "seed": 42, | |
| "board_words": [ | |
| "Snowman", | |
| "Carrot", | |
| "Atlantis", | |
| "Tube", | |
| "France", | |
| "Fan", | |
| "Dwarf", | |
| "Chocolate", | |
| "Trip", | |
| "Canada", | |
| "Stock", | |
| "Pool", | |
| "Bridge", | |
| "Row", | |
| "Mercury", | |
| "Ball", | |
| "Back", | |
| "Buffalo", | |
| "Drill", | |
| "England", | |
| "Penguin", | |
| "Scientist", | |
| "Australia", | |
| "Pyramid", | |
| "Degree" | |
| ], | |
| "board_roles": [ | |
| "ASSASSIN", | |
| "ASSASSIN", | |
| "ASSASSIN", | |
| "BLUE", | |
| "ASSASSIN", | |
| "BLUE", | |
| "BLUE", | |
| "RED", | |
| "BLUE", | |
| "RED", | |
| "RED", | |
| "RED", | |
| "BLUE", | |
| "RED", | |
| "BLUE", | |
| "RED", | |
| "RED", | |
| "RED", | |
| "BLUE", | |
| "RED", | |
| "BLUE", | |
| "ASSASSIN", | |
| "ASSASSIN", | |
| "ASSASSIN", | |
| "ASSASSIN" | |
| ], | |
| "rounds": [ | |
| { | |
| "round": 1, | |
| "clue": "bat", | |
| "number": 3, | |
| "guesses": [ | |
| { | |
| "word": "Ball", | |
| "role": "RED" | |
| }, | |
| { | |
| "word": "Pool", | |
| "role": "RED" | |
| }, | |
| { | |
| "word": "Drill", | |
| "role": "BLUE" | |
| } | |
| ] | |
| }, | |
| { | |
| "round": 2, | |
| "clue": "bark", | |
| "number": 3, | |
| "guesses": [ | |
| { | |
| "word": "Buffalo", | |
| "role": "RED" | |
| }, | |
| { | |
| "word": "Chocolate", | |
| "role": "RED" | |
| }, | |
| { | |
| "word": "Back", | |
| "role": "RED" | |
| }, | |
| { | |
| "word": "Bridge", | |
| "role": "BLUE" | |
| } | |
| ] | |
| }, | |
| { | |
| "round": 3, | |
| "clue": "mail", | |
| "number": 1, | |
| "guesses": [ | |
| { | |
| "word": "Stock", | |
| "role": "RED" | |
| }, | |
| { | |
| "word": "Canada", | |
| "role": "RED" | |
| } | |
| ] | |
| }, | |
| { | |
| "round": 4, | |
| "clue": "jam", | |
| "number": 1, | |
| "guesses": [ | |
| { | |
| "word": "Row", | |
| "role": "RED" | |
| }, | |
| { | |
| "word": "Trip", | |
| "role": "BLUE" | |
| } | |
| ] | |
| }, | |
| { | |
| "round": 5, | |
| "clue": "well", | |
| "number": 1, | |
| "guesses": [ | |
| { | |
| "word": "Fan", | |
| "role": "BLUE" | |
| } | |
| ] | |
| }, | |
| { | |
| "round": 6, | |
| "clue": "boot", | |
| "number": 1, | |
| "guesses": [ | |
| { | |
| "word": "Tube", | |
| "role": "BLUE" | |
| } | |
| ] | |
| }, | |
| { | |
| "round": 7, | |
| "clue": "boot", | |
| "number": 1, | |
| "guesses": [ | |
| { | |
| "word": "Scientist", | |
| "role": "ASSASSIN" | |
| } | |
| ] | |
| } | |
| ], | |
| "final_state": { | |
| "won": false, | |
| "lost": true, | |
| "rounds_taken": 7 | |
| } | |
| } |