| { | |
| "Game": "Catan", | |
| "Test Description": "Testing basic game understanding and rule understanding.", | |
| "Difficulty Notes": "simple rule application", | |
| "Question": "What is the longest road length for each of the players in the current game state? Return the answer in the following format: [<player_color>: <longest_road_length>]. If a player has no roads, include them in the answer with amount 0. Assume there are 3 players: red, blue, green.", | |
| "Answer": "[red: 8, green: 7, blue: 7]", | |
| "Rationale": "", | |
| "game_state_url": [ | |
| "gamestates/images/catan/board_5.png" | |
| ], | |
| "Game State Difficulty": 2, | |
| "Rules Difficulty": 2, | |
| "Strategy Difficulty": 0, | |
| "tier": 2, | |
| "json_game_state_url": "", | |
| "ID": 2424 | |
| } |