Spaces:
Sleeping
Sleeping
| { | |
| "scenario_id": "directional_trap_8x8", | |
| "type": "hidden_grid", | |
| "seed": 4821, | |
| "board_width": 8, | |
| "board_height": 8, | |
| "hazard_count": 14, | |
| "decoy_count": 4, | |
| "max_steps": 28, | |
| "max_hazard_reveals": 1, | |
| "signal_mode": "directional", | |
| "flags_count": 16, | |
| "difficulty": "hard", | |
| "description": "8x8 grid, 14 hazards, directional signals ('N','SE', etc). Only 1 hazard reveal allowed — a single mistake is fatal. Decoys placed adjacent to hazard clusters create false patterns. The agent must triangulate hazard positions from multiple directional clues. Greedy flagging based on one signal will flag decoys incorrectly.", | |
| "how_to_play": "Reveal cells to uncover directional signals like 'N', 'SE', 'W' — these arrows point toward adjacent hazards. ONE hazard hit kills you instantly, so never click blindly. Cross-reference multiple directional clues to triangulate all 14 hazard positions, flag them, and submit.", | |
| "tags": ["partial_observability", "unsafe_guess_penalty", "visual_clutter"], | |
| "win_condition": { | |
| "type": "flag_all_hazards" | |
| } | |
| } | |