jpeper's picture
Upload folder using huggingface_hub
c9a41bc verified
{
"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. What is the maximum number of settlements the red player can place by the end of this turn, given the player rolls an 4? Return your answer in the following format: [prev_settlements: <number of settlements the player has before this turn>, new_settlements: <the number of settlements the player has after this turn>]",
"Answer": "[prev_settlements: 0, new_settlements: 1]",
"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": 2529
}