ID
int64
1
2.56k
Game
stringclasses
6 values
tier
int64
1
3
Question
stringlengths
25
2.21k
Answer
stringlengths
1
309
game_state_url
stringlengths
34
161
110
Kingdomino
2
Can the new domino be validly placed in the kingdom?
Yes
gamestates/images/kingdomino/new_domino_blue.png
111
Kingdomino
2
Which player will place first in the next round?
Green
gamestates/images/kingdomino/turn_order_basic.png
112
Kingdomino
2
Which player will place third in the next round?
Pink
gamestates/images/kingdomino/turn_order_basic.png
113
Kingdomino
2
Which player will place last in the next round?
Green
gamestates/images/kingdomino/turn_order_basic.png
114
Kingdomino
2
Which player will place first in the next round?
Pink
gamestates/images/kingdomino/turn_order_staggered.png
115
Kingdomino
2
Which player will place last in the next round?
Green
gamestates/images/kingdomino/turn_order_staggered.png
116
Kingdomino
2
Which player will place second in the next round?
Green
gamestates/images/kingdomino/turn_order_staggered.png
117
Kingdomino
2
Which player will place second in the next round?
Green
gamestates/images/kingdomino/turn_order_staggered.png
118
Kingdomino
2
Which player will place second in the next round?
Pink
gamestates/images/kingdomino/turn_order_horizontal_normal_crown_2.png
119
Kingdomino
2
Which player will place third in the next round?
Pink
gamestates/images/kingdomino/turn_order_horizontal_normal_crown_2.png
120
Kingdomino
2
Which player will place third in the next round?
Green
gamestates/images/kingdomino/turn_order_horizontal_flipped_crown_green.png
121
Kingdomino
2
Which player will place third in the next round?
Pink
gamestates/images/kingdomino/turn_order_inverted_shared_colors.png
122
Kingdomino
2
Which player will place first in the next round?
Green
gamestates/images/kingdomino/turn_order_horizontal_normal_crown.png
123
Kingdomino
2
Which player will place first in the next round?
Green
gamestates/images/kingdomino/turn_order_inverted_crownless.png
124
Kingdomino
2
How many points does this kingdom score?
31
gamestates/images/kingdomino/hard_kingdom_variants.png
125
Kingdomino
2
How many points does this kingdom score? Note: we are playing with the middle kingdom variant.
41
gamestates/images/kingdomino/hard_kingdom_variants.png
126
Kingdomino
2
How many points does this kingdom score? Note: we are playing with the harmony variant.
31
gamestates/images/kingdomino/hard_kingdom_variants.png
127
Kingdomino
2
How many points does this kingdom score?
31
gamestates/images/kingdomino/hard_kingdom_variants_edge.png
128
Kingdomino
2
How many points does this kingdom score? Note: we are using the middle kingdom variant.
31
gamestates/images/kingdomino/hard_kingdom_variants_edge.png
129
Kingdomino
2
How many points does this kingdom score? Note: we are using the harmony variant.
31
gamestates/images/kingdomino/hard_kingdom_variants_edge.png
130
Kingdomino
2
How many points does this kingdom score? Note: we are using the harmony and middle kingdom variant.
36
gamestates/images/kingdomino/hard_kingdom_variants_full.png
201
Kingdomino
3
What two dominoes should be selected to maximize their combined score? Select one from each column. Assume they will be aligned in the optimal orientations. How many points will these combine to yield? Output as 'Dominoes: [<tile 1 name>, <tile 2 name>], Score: <scalar>]
Dominoes: [C, G], Score: 4]
gamestates/images/kingdomino/t3_basic_cols.png
202
Kingdomino
3
What sets of two dominoes would combine to yield a score of 2? You may only select one domino per column. Output as Dominoes Combinations: List[Tuple(domino, domino)] e.g. [(A, E), (B,F), (B, H)]
[(C,F), (C, E)]]
gamestates/images/kingdomino/t3_basic_cols.png
203
Kingdomino
3
Select two tiles from among the eight to combine together. One must contain a one-crown lake half. Subject to this, your goal is to optimize the scoring from the non-lake squares when combined. Follow normal scoring and connection rules. Output as 'Dominoes: [<tile 1 name>, <tile 2 name>], Non-lake score: <scalar>]
Dominoes: [G, E], Non-lake score: 2]
gamestates/images/kingdomino/t3_basic_cols.png
204
Kingdomino
3
Which domino should the player add to their kingdom to maximize its score? Output the following: Domino letter, Previous kingdom score, new kingdom score.
Domino: D, Previous kingdom score: 3, New kingdom score: 9
gamestates/images/kingdomino/t3_single_scoring_1.png
205
Kingdomino
3
Which is the second-best domino the player could add to their kingdom to maximize its score? Output the following: Domino letter, Previous kingdom score, new kingdom score.
Domino: C, Previous kingdom score: 3, New kingdom score: 7
gamestates/images/kingdomino/t3_single_scoring_1.png
206
Kingdomino
3
What are the most optimal kingdom scores that each of the four possible dominos could add to the player's kingdom if placed? For each domino, output the following: Domino letter, Previous kingdom score, new kingdom score.
[[Domino: A, Previous kingdom score: 3, New kingdom score: 3], [Domino: B, Previous kingdom score: 3, New kingdom score: 3], [Domino: C, Previous kingdom score: 3, New kingdom score: 7], [Domino: D, Previous kingdom score: 3, New kingdom score: 9]]
gamestates/images/kingdomino/t3_single_scoring_1.png
207
Kingdomino
3
Which domino should the player add to their kingdom to maximize its score? Output the following: Domino letter, Previous kingdom score, new kingdom score.
Domino: C, Previous kingdom score: 4, New kingdom score: 8
gamestates/images/kingdomino/t3_single_scoring_2.png
208
Kingdomino
3
Which is the second-best domino the player could add to their kingdom to maximize its score? Output the following: Domino letter, Previous kingdom score, new kingdom score.
Domino: D, Previous kingdom score: 4, New kingdom score: 7
gamestates/images/kingdomino/t3_single_scoring_2.png
209
Kingdomino
3
What are the most optimal kingdom scores that each of the four possible dominos could add to the player's kingdom if placed? For each domino, output the following: Domino letter, Previous kingdom score, new kingdom score.
[[Domino: A, Previous kingdom score: 4, New kingdom score: 4], [Domino: B, Previous kingdom score: 4, New kingdom score: 4], [Domino: C, Previous kingdom score: 4, New kingdom score: 10], [Domino: D, Previous kingdom score: 4, New kingdom score: 7]]
gamestates/images/kingdomino/t3_single_scoring_2.png
210
Kingdomino
3
Which domino should the player add to their kingdom to maximize its score? Output the following: Domino letter, Previous kingdom score, new kingdom score.
Domino: B, Previous kingdom score: 7, New kingdom score: 12
gamestates/images/kingdomino/t3_single_scoring_3.png
211
Kingdomino
3
Which is the second-best domino the player could add to their kingdom to maximize its score? Output the following: Domino letter, Previous kingdom score, new kingdom score.
Domino: D, Previous kingdom score: 7, New kingdom score: 11
gamestates/images/kingdomino/t3_single_scoring_3.png
209
Kingdomino
3
What are the most optimal kingdom scores that each of the four possible dominos could add to the player's kingdom if placed? For each domino, output the following: Domino letter, Previous kingdom score, new kingdom score.
[[Domino: A, Previous kingdom score: 7, New kingdom score: 7], [Domino: B, Previous kingdom score: 7, New kingdom score: 12], [Domino: C, Previous kingdom score: 7, New kingdom score: 10], [Domino: D, Previous kingdom score: 7, New kingdom score: 11]]
gamestates/images/kingdomino/t3_single_scoring_3.png
213
Kingdomino
3
Which domino should the player add to their kingdom to maximize its score? Output the following: Domino letter, Previous kingdom score, new kingdom score.
Domino: C, Previous kingdom score: 7, New kingdom score: 9
gamestates/images/kingdomino/t3_single_scoring_4_boundary.png
214
Kingdomino
3
Which is the second-best domino the player could add to their kingdom to maximize its score? Output the following: Domino letter, Previous kingdom score, new kingdom score.
Domino: D, Previous kingdom score: 7, New kingdom score: 8
gamestates/images/kingdomino/t3_single_scoring_4_boundary.png
215
Kingdomino
3
What are the most optimal kingdom scores that each of the four possible dominos could add to the player's kingdom if placed? For each domino, output the following: Domino letter, Previous kingdom score, new kingdom score.
[[Domino: A, Previous kingdom score: 7, New kingdom score: 7], [Domino: B, Previous kingdom score: 7, New kingdom score: 12], [Domino: C, Previous kingdom score: 7, New kingdom score: 9], [Domino: D, Previous kingdom score: 7, New kingdom score: 8]]
gamestates/images/kingdomino/t3_single_scoring_4_boundary.png
216
Kingdomino
3
Which domino should the player add to their kingdom to maximize its score? Output the following: Domino letter, Previous kingdom score, new kingdom score.
Domino: C, Previous kingdom score: 7, New kingdom score: 12
gamestates/images/kingdomino/t3_single_scoring_5_noboundary.png
217
Kingdomino
3
Which is the second-best domino the player could add to their kingdom to maximize its score? Output the following: Domino letter, Previous kingdom score, new kingdom score.
Domino: D, Previous kingdom score: 7, New kingdom score: 11
gamestates/images/kingdomino/t3_single_scoring_5_noboundary.png
215
Kingdomino
3
What are the most optimal kingdom scores that each of the four possible dominos could add to the player's kingdom if placed? For each domino, output the following: Domino letter, Previous kingdom score, new kingdom score.
[[Domino: A, Previous kingdom score: 7, New kingdom score: 7], [Domino: B, Previous kingdom score: 7, New kingdom score: 7], [Domino: C, Previous kingdom score: 7, New kingdom score: 12], [Domino: D, Previous kingdom score: 7, New kingdom score: 11]]
gamestates/images/kingdomino/t3_single_scoring_5_noboundary.png
219
Kingdomino
3
Which domino should the player add to their kingdom to maximize its score? Output the following: Domino letter, Previous kingdom score, new kingdom score.
Domino: D, Previous kingdom score: 4, New kingdom score: 8
gamestates/images/kingdomino/t3_single_scoring_6.png
220
Kingdomino
3
Which is the second-best domino the player could add to their kingdom to maximize its score? Output the following: Domino letter, Previous kingdom score, new kingdom score.
Domino: C, Previous kingdom score: 4, New kingdom score: 6
gamestates/images/kingdomino/t3_single_scoring_6.png
221
Kingdomino
3
What are the most optimal kingdom scores that each of the four possible dominos could add to the player's kingdom if placed? For each domino, output the following: Domino letter, Previous kingdom score, new kingdom score.
[[Domino: A, Previous kingdom score: 4, New kingdom score: 4], [Domino: B, Previous kingdom score: 4, New kingdom score: 4], [Domino: C, Previous kingdom score: 4, New kingdom score: 6], [Domino: D, Previous kingdom score: 4, New kingdom score: 8]]
gamestates/images/kingdomino/t3_single_scoring_6.png
222
Kingdomino
3
Which domino should the player add to their kingdom to maximize its score? Output the following: Domino letter, Previous kingdom score, new kingdom score.
Domino: C, Previous kingdom score: 4, New kingdom score: 6
gamestates/images/kingdomino/t3_single_scoring_7.png
223
Kingdomino
3
Which is the second-best domino the player could add to their kingdom to maximize its score? Output the following: Domino letter, Previous kingdom score, new kingdom score.
Domino: D, Previous kingdom score: 4, New kingdom score: 5
gamestates/images/kingdomino/t3_single_scoring_7.png
224
Kingdomino
3
What are the most optimal kingdom scores that each of the four possible dominos could add to the player's kingdom if placed? For each domino, output the following: Domino letter, Previous kingdom score, new kingdom score.
[[Domino: A, Previous kingdom score: 4, New kingdom score: 4], [Domino: B, Previous kingdom score: 4, New kingdom score: 4], [Domino: C, Previous kingdom score: 4, New kingdom score: 6], [Domino: D, Previous kingdom score: 4, New kingdom score: 8]]
gamestates/images/kingdomino/t3_single_scoring_6.png
225
Kingdomino
3
What next domino should the player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos.
Domino: H, Previous kingdom score: 2, New kingdom score: 9
gamestates/images/kingdomino/t3_2_step_1.png
226
Kingdomino
3
What next domino should the player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act cooperatively and will take actions to best-support maximizing your score.
Domino: H, Previous kingdom score: 2, New kingdom score: 9
gamestates/images/kingdomino/t3_2_step_1.png
227
Kingdomino
3
What next domino should the player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act adversarially and will seek to minimize your score.
Domino: H, Previous kingdom score: 2, New kingdom score: 9
gamestates/images/kingdomino/t3_2_step_1.png
228
Kingdomino
3
What next domino should the pink player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you must take/simulate other players' actions for them. You should assume that the other players will act cooperatively and will take actions to best-support maximizing your score.
There are two optimal options: [Domino: H, Previous kingdom score: 2, New kingdom score: 7] or [Domino: E, Previous kingdom score: 2, New kingdom score: 7].
gamestates/images/kingdomino/t3_2_step_colorless.png
229
Kingdomino
3
What next domino should the pink player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you must take/simulate other players' actions for them. You should assume that the other players will act adversarially and will seek to minimize your score first and foremost before optimizing theirs.
There are two optimal options: [Domino: H, Previous kingdom score: 2, New kingdom score: 7] and [Domino: E, Previous kingdom score: 2, New kingdom score: 7]. Either is valid.
gamestates/images/kingdomino/t3_2_step_colorless.png
230
Kingdomino
3
What next domino should the blue player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you must take/simulate other players' actions for them. You should assume that the other players will act cooperatively and will take actions to best-support maximizing your score.
[Domino: E, Previous kingdom score: 2, New kingdom score: 11].
gamestates/images/kingdomino/t3_2_step_colorless.png
231
Kingdomino
3
What next domino should the blue player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you must take/simulate other players' actions for them. You should assume that the other players will act adversarially and will seek to minimize your score first and foremost before optimizing theirs.
Domino: G, Previous kingdom score: 2, New kingdom score: 4.
gamestates/images/kingdomino/t3_2_step_colorless.png
232
Kingdomino
3
What next domino should the yellow player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you must take/simulate other players' actions for them. You should assume that the other players will act cooperatively and will take actions to best-support maximizing your score.
[Domino: H, Previous kingdom score: 2, New kingdom score: 12].
gamestates/images/kingdomino/t3_2_step_colorless.png
233
Kingdomino
3
What next domino should the yellow player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you must take/simulate other players' actions for them. You should assume that the other players will act adversarially and will seek to minimize your score first and foremost before optimizing theirs.
Domino: F, Previous kingdom score: 2, New kingdom score: 6.
gamestates/images/kingdomino/t3_2_step_colorless.png
234
Kingdomino
3
What next domino should the green player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act cooperatively and will take actions to best-support maximizing your score. We are playing with the harmony and middle kingdom rules.
Domino: H, Previous kingdom score: 17, New kingdom score: 44
gamestates/images/kingdomino/t3_2_step_variant.png
235
Kingdomino
3
What next domino should the green player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act adversarially and will seek to minimize your score first and foremost before optimizing theirs. We are playing with the harmony and middle kingdom rules.
Domino: H, Previous kingdom score: 17, New kingdom score: 44
gamestates/images/kingdomino/t3_2_step_variant.png
236
Kingdomino
3
What next domino should the pink player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act cooperatively and will take actions to best-support maximizing your score. We are playing with the harmony and middle kingdom rules.
Domino: H, Previous kingdom score: 17, New kingdom score: 36
gamestates/images/kingdomino/t3_2_step_variant.png
237
Kingdomino
3
What next domino should the pink player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act adversarially and will seek to minimize your score first and foremost before optimizing theirs. We are playing with the harmony and middle kingdom rules.
Domino: G, Previous kingdom score: 17, New kingdom score: 32
gamestates/images/kingdomino/t3_2_step_variant.png
238
Kingdomino
3
What next domino should the blue player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act cooperatively and will take actions to best-support maximizing your score. We are playing with the harmony and middle kingdom rules.
Domino: H, Previous kingdom score: 17, New kingdom score: 38
gamestates/images/kingdomino/t3_2_step_variant.png
239
Kingdomino
3
What next domino should the blue player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act adversarially and will seek to minimize your score first and foremost before optimizing theirs. We are playing with the harmony and middle kingdom rules.
Domino: F, Previous kingdom score: 17, New kingdom score: 33
gamestates/images/kingdomino/t3_2_step_variant.png
240
Kingdomino
3
What next domino should the yellow player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act cooperatively and will take actions to best-support maximizing your score. We are playing with the harmony and middle kingdom rules.
Domino: H, Previous kingdom score: 17, New kingdom score: 37
gamestates/images/kingdomino/t3_2_step_variant.png
241
Kingdomino
3
What next domino should the yellow player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act adversarially and will seek to minimize your score first and foremost before optimizing theirs. We are playing with the harmony and middle kingdom rules.
Domino: E, Previous kingdom score: 17, New kingdom score: 31
gamestates/images/kingdomino/t3_2_step_variant.png
242
Kingdomino
3
What next domino should the green player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act cooperatively and will take actions to best-support maximizing your score.
Domino: F, Previous kingdom score: 12, New kingdom score: 34
gamestates/images/kingdomino/t3_2_step_dependencies.png
243
Kingdomino
3
What next domino should the green player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act cooperatively and will take actions to best-support maximizing your score. We are playing with the harmony and middle kingdom rules.
Domino: F, Previous kingdom score: 12, New kingdom score: 44
gamestates/images/kingdomino/t3_2_step_dependencies.png
244
Kingdomino
3
What next domino should the green player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act cooperatively and will take actions to best-support maximizing your score.
Domino: H, Previous kingdom score: 11, New kingdom score: 21
gamestates/images/kingdomino/t3_2_step_connectivity1.png
245
Kingdomino
3
What next domino should the blue player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act cooperatively and will take actions to best-support maximizing your score.
Domino: H, Previous kingdom score: 11, New kingdom score: 19
gamestates/images/kingdomino/t3_2_step_connectivity1.png
246
Kingdomino
3
What next domino should the pink player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act cooperatively and will take actions to best-support maximizing your score.
Domino: H, Previous kingdom score: 11, New kingdom score: 24
gamestates/images/kingdomino/t3_2_step_connectivity1.png
247
Kingdomino
3
What next domino should the yellow player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act cooperatively and will take actions to best-support maximizing your score.
Domino: H, Previous kingdom score: 11, New kingdom score:
gamestates/images/kingdomino/t3_2_step_connectivity1.png
248
Kingdomino
3
What next domino should the green player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act adversarially and will seek to minimize your score first and foremost before optimizing theirs.
Domino: H, Previous kingdom score: 11, New kingdom score: 21
gamestates/images/kingdomino/t3_2_step_connectivity1.png
249
Kingdomino
3
What next domino should the blue player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act adversarially and will seek to minimize your score first and foremost before optimizing theirs.
There are two equally valid answers: 1: [Domino: E, Previous kingdom score: 11, New kingdom score: 17], 2: [Domino: F, Previous kingdom score: 11, New kingdom score: 17]
gamestates/images/kingdomino/t3_2_step_connectivity1.png
250
Kingdomino
3
What next domino should the pink player select to maximize the score of their kingdom? Assume the game ends after placement of the pictured dominos. Output the following: Domino letter, 'Previous kingdom score', eventual 'New kingdom score' after placement of all of the shown/selected draftable dominos. If necessary, you may take/simulate other players' actions for them. You should assume that the other players will act adversarially and will seek to minimize your score first and foremost before optimizing theirs.
There are two equally valid answers: 1: [Domino: E, Previous kingdom score: 11, New kingdom score: 20], 2: [Domino: F, Previous kingdom score: 11, New kingdom score: 20]. Either of them are acceptable.
gamestates/images/kingdomino/t3_2_step_connectivity1.png
600
pax_ren
1
How many kingdoms are there in the map?
10
gamestates/images/pax_ren/201_1.jpg
601
pax_ren
1
How many colors are there for the trading routes in the map?
2
gamestates/images/pax_ren/201_1.jpg
602
pax_ren
1
How many florins (yellow round coins) are there on the board?
4
gamestates/images/pax_ren/201_2.jpg
603
pax_ren
1
How many florins (yellow round coins) are there on the board?
4
gamestates/images/pax_ren/201_2.jpg
604
pax_ren
1
How many florins (yellow round coins) are there on the board?
4
gamestates/images/pax_ren/201_2.jpg
605
pax_ren
1
Which country borders England to the east according to the map?
France
gamestates/images/pax_ren/202_1.jpg
606
pax_ren
1
Which country borders England to the south according to the map?
Portugal
gamestates/images/pax_ren/202_1.jpg
607
pax_ren
1
Which country borders Byzantium to the west according to the map?
Hungary
gamestates/images/pax_ren/203_1.jpg
608
pax_ren
1
Which country borders Papal States to the north according to the map?
Holy Roman Empire
gamestates/images/pax_ren/203_1.jpg
609
pax_ren
1
Does the white color represent West or East in the game?
West
gamestates/images/pax_ren/203_2.jpg
610
pax_ren
1
Does the black color represent West or East in the game?
East
gamestates/images/pax_ren/203_2.jpg
611
pax_ren
1
How many yellow tokens are there in the picture?
7
gamestates/images/pax_ren/10-1.png
612
pax_ren
1
How many blue tokens are there in the picture?
5
gamestates/images/pax_ren/10-1.png
613
pax_ren
1
How many countries are there whose names are printed on black background in the picture?
4
gamestates/images/pax_ren/10-1.png
614
pax_ren
1
How many countries are there whose names are printed on white background in the picture?
6
gamestates/images/pax_ren/10-1.png
615
pax_ren
1
What is the name of the King for the Holy Roman Empire?
Frederick III House of Habsburg
gamestates/images/pax_ren/208_1.png
616
pax_ren
1
What is the name of the King for the Holy Roman Empire?
Frederick III House of Habsburg
gamestates/images/pax_ren/208_1.png
617
pax_ren
1
What is the name of the King for the Portugal?
Henry the Navigator
gamestates/images/pax_ren/208_1.png
618
pax_ren
1
What is the name of the Kingdom whose King is called Pope Julius II?
Papal States
gamestates/images/pax_ren/208_1.png
619
pax_ren
1
What is the name of the Kingdom whose King is called David Comnenus Basileus of Trebizond?
Byzantium
gamestates/images/pax_ren/208_1.png
620
pax_ren
1
How many tokens are there in the Kingdom of England?
1
gamestates/images/pax_ren/208_1.png
621
pax_ren
1
How many tokens are there in the Kingdom of Ottoman?
3
gamestates/images/pax_ren/211_1.png
622
pax_ren
1
What is the color of the token on the border of England and Portugal?
Green
gamestates/images/pax_ren/211_1.png
623
pax_ren
1
What is the color of the token on the border of France and Holy Roman Empire?
Blue
gamestates/images/pax_ren/211_1.png
624
pax_ren
1
In what two countries can you find a white round disk? Sort the country names alphabetically. Output the names in the format: {country1}, {country2}
Mamluk, Portugal
gamestates/images/pax_ren/211_1.png
625
pax_ren
1
In what two countries can you find a black round disk? Sort the country names alphabetically. Output the names in the format: {country1}, {country2}
Aragon, Holy Roman Empire
gamestates/images/pax_ren/211_1.png
626
pax_ren
1
How many black round disks are there on the map?
2
gamestates/images/pax_ren/211_1.png
627
pax_ren
1
How many white round disks are there on the map?
2
gamestates/images/pax_ren/211_1.png
628
pax_ren
1
How many cards display the kingdom name "Ottoman"?
2
gamestates/images/pax_ren/201_2.jpg