| { | |
| "Game": "Catan", | |
| "Test Description": "Testing basic game understanding and rule understanding.", | |
| "Difficulty Notes": "simple rule application", | |
| "Question": "What is the length of the longest road present on the board and which player owns it? Return the answer in the format [longest_road_length=<value>, player_list=<list of alphabetically sorted players, &-separated>]", | |
| "Answer": "[longest_road_length=6, blue&red", | |
| "Rationale": "", | |
| "game_state_url": [ | |
| "gamestates/images/catan/board_1.png" | |
| ], | |
| "Game State Difficulty": 2, | |
| "Rules Difficulty": 2, | |
| "Strategy Difficulty": 0, | |
| "tier": 2, | |
| "json_game_state_url": "", | |
| "ID": 2402 | |
| } |