jpeper's picture
Add annotation_data for dataset browser
0793f77
{
"Game": "Catan",
"Test Description": "Testing ability to optimize moves or scoring for a given game state and trying to have a grounded rule application",
"Difficulty Notes": "Easy optimization problem with intuitive solution",
"Question": "Assume: 1) no-inter player trading occurs, 2) there are no development cards left to draw, 3) in-hand VP cards count as points 4) the blue player has 2 consecutive turns. What is the maximum points the blue player can get by the end of two turn, given the player rolls a 8 in the first turn and 11 in the second turn? Return your answer in the following format: [prev_points: <number of points the player has before 2 turns>, new_points: <the number of points the player has after 2 turns>]",
"Answer": "[prev_points: 4, new_points: 8]",
"Rationale": "",
"game_state_url": [
"gamestates/images/catan/board_3.png",
"gamestates/images/catan/player_blue_3.png",
"gamestates/images/catan/player_red_3.png"
],
"Game State Difficulty": 3,
"Rules Difficulty": 2,
"Strategy Difficulty": 2,
"tier": 3,
"json_game_state_url": "",
"ID": 2527
}