File size: 719 Bytes
c9a41bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "Game": "Catan",
  "Test Description": "Testing basic game understanding and rule understanding.",
  "Difficulty Notes": "simple rule application",
  "Question": "How many settlements of each color are visible in the given game state? Return the answer in the following format: [<player_color>: <number_of_settlements>]. If a player has zero settlements, include them in the answer with amount 0. Assume there are 3 players: red, blue, green.",
  "Answer": "[red: 3, blue: 1, green: 3]",
  "Rationale": "",
  "game_state_url": [
    "gamestates/images/catan/board_5.png"
  ],
  "Game State Difficulty": 2,
  "Rules Difficulty": 2,
  "Strategy Difficulty": 0,
  "tier": 2,
  "json_game_state_url": "",
  "ID": 2425
}