task_games__pacman__route_score_value¶
Contract¶
- Domain:
games - Scene id:
pacman - Public task id:
task_games__pacman__route_score_value - Supported
query_idvalues:single - Answer schema:
integer_value - Annotation schema:
point_set
Program Contract¶
Program: sum(score(collectible) for collectible in route_collectibles); scene=pacman; scope=route_score_value
Candidate set: the visible game board, pieces, tokens, cards, tiles, marked state, legal-move cues, result panels, and labeled options inside the route_score_value objective scope.
Operands: visible scene state and prompt-bound operands named by score, collectible, route_collectibles, pacman, route_score_value.
Operation: evaluate sum over the candidate set using the visible game state, rules, legal moves, comparisons, counts, simulations, or option-selection constraints encoded in the program expression; generation enforces a unique final answer.
Output binding: answer uses the integer schema; generation binds a unique final answer.
Annotation witnesses: annotation uses the point_set schema; the prompt/annotation contract defines the minimal visual witnesses.
Query ids: single.
Reasoning Operations¶
Families: aggregation, topology, formula_evaluation
Generation Notes¶
- Normal pellets on the highlighted route score 1.
- Printed-value bonus items on the highlighted route score their printed value, sampled from
2, 3, 4. - Annotation points mark the centers of every normal pellet and printed-value bonus item included in the score.
- The route includes one or two printed-value bonus items; off-route bonus items are distractors and are not included.