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 blue player's turn and the blue player rolls a 11. what is the total number of resources of each type the blue player would have after collecting resources from the roll? 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: 0, wool: 1, grain: 2, lumber: 2, ore: 3]",
"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": 2421
}