jpeper's picture
Upload folder using huggingface_hub
c9a41bc verified
{
"Game": "Catan",
"Test Description": "Testing basic game understanding and rule understanding.",
"Difficulty Notes": "simple rule application",
"Question": "It is the blue player's turn. The blue player rolls a 8. Then the player decides to build a settlement at intersection of hexes: 11, 9, 12. How many resources of each kind does the blue player have after performing these actions? Return the answer in the following format: [<resource_name>: <number of cards of that type of resource>]. If a resource type has zero cards, include it in the answer with amount 0.",
"Answer": "[brick: 1, wool: 0, grain: 0, lumber: 1, ore: 2]",
"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": 2,
"Rules Difficulty": 2,
"Strategy Difficulty": 0,
"tier": 2,
"json_game_state_url": "",
"ID": 2418
}