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": "Consider that it is the red players turn. If the red player rolls a 10, and then builds a settlement in the intersection of 9, 10, and 8 hexes, and upgrades this setllement to a city. After performing these actions, how many total resource cards of each type will the red player have? 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: 2, wool: 5, grain: 1, lumber: 2, ore: 0]",
"Rationale": "",
"game_state_url": [
"gamestates/images/catan/player_red_5.png",
"gamestates/images/catan/board_5.png"
],
"Game State Difficulty": 2,
"Rules Difficulty": 2,
"Strategy Difficulty": 0,
"tier": 2,
"json_game_state_url": "",
"ID": 2437
}