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": "Considering that it is the red player's turn, and the player rolls the dice summing to 10, what is the maximum number of settlements the red player can have on the board by the end of this turn? Assume: 1) no-inter player trading occurs, 2) there are no development cards left to draw, 3) in-hand VP cards count as points. Return the answer in the following format: [settlements before:<number of settlements before the turn>, settlements after: <number of settlements after the turn>]",
"Answer": "[settlements before:2, settlements after:3]",
"Rationale": "",
"game_state_url": [
"gamestates/images/catan/board_j.png",
"gamestates/images/catan/player_blue_2.png",
"gamestates/images/catan/player_red_2.png"
],
"Game State Difficulty": 1,
"Rules Difficulty": 0,
"Strategy Difficulty": 0,
"tier": 3,
"json_game_state_url": "",
"ID": 2554
}