test-integration / tasks /2048 /strategic-32.json
dzakaathif's picture
PR #9 (#9)
b87330c verified
{
"spa": "2048",
"id": "strategic-32",
"name": "Strategic 32",
"description": "Create a 32 tile from a sparse board with strategic moves",
"tier": "free",
"environment": "{\"type\": \"url\", \"path\": \"https://dojo-spas-production.s3.us-east-1.amazonaws.com/2048/index.html\"}",
"initial_state": "{\"board\": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], \"gameOver\": false, \"gameInitialized\": true}",
"instructions": "{\"user_prompt\": \"Starting from an empty board, strategically create a 32 tile. You'll need to build up from smaller tiles through careful planning and multiple moves. This requires combining tiles multiple times: 2→4→8→16→32.\", \"success_criteria\": \"The board must contain a 32-tile after completing the strategic moves.\"}",
"reward_function": "_validate_strategic_32",
"valid_target_states": "",
"max_steps": 40,
"timeout_seconds": 180,
"metadata": "{\"category\": \"games\", \"difficulty\": \"hard\", \"action\": \"strategic_32\"}"
}