prompt stringclasses 6
values | mcp_config stringclasses 1
value | id stringclasses 6
values | metadata stringclasses 6
values | setup_tool stringclasses 2
values | evaluate_tool stringclasses 5
values |
|---|---|---|---|---|---|
You are playing 2048 and your goal is to reach the 128 tile. Combine tiles strategically to achieve this goal. | {"local": {"command": "docker", "args": ["run", "--rm", "-i", "hudevals/hud-text-2048:0.1.3"]}} | 2048_target_128 | {"description": "Reach the 128 tile - good for beginners", "difficulty": 128, "game": "2048", "board_size": 4} | {"name": "setup", "arguments": {"name": "board", "arguments": {"board_size": 4}}} | {"name": "evaluate", "arguments": {"name": "max_number", "arguments": {"target": 128}}} |
You are playing 2048 and your goal is to reach the 256 tile. Combine tiles strategically to achieve this goal. | {"local": {"command": "docker", "args": ["run", "--rm", "-i", "hudevals/hud-text-2048:0.1.3"]}} | 2048_target_256 | {"description": "Reach the 256 tile - requires basic strategy", "difficulty": 256, "game": "2048", "board_size": 4} | {"name": "setup", "arguments": {"name": "board", "arguments": {"board_size": 4}}} | {"name": "evaluate", "arguments": {"name": "max_number", "arguments": {"target": 256}}} |
You are playing 2048 and your goal is to reach the 512 tile. Combine tiles strategically to achieve this goal. | {"local": {"command": "docker", "args": ["run", "--rm", "-i", "hudevals/hud-text-2048:0.1.3"]}} | 2048_target_512 | {"description": "Reach the 512 tile - needs consistent planning", "difficulty": 512, "game": "2048", "board_size": 4} | {"name": "setup", "arguments": {"name": "board", "arguments": {"board_size": 4}}} | {"name": "evaluate", "arguments": {"name": "max_number", "arguments": {"target": 512}}} |
You are playing 2048 and your goal is to reach the 1024 tile. Combine tiles strategically to achieve this goal. | {"local": {"command": "docker", "args": ["run", "--rm", "-i", "hudevals/hud-text-2048:0.1.3"]}} | 2048_target_1024 | {"description": "Reach the 1024 tile - requires careful management", "difficulty": 1024, "game": "2048", "board_size": 4} | {"name": "setup", "arguments": {"name": "board", "arguments": {"board_size": 4}}} | {"name": "evaluate", "arguments": {"name": "max_number", "arguments": {"target": 1024}}} |
You are playing 2048 and your goal is to reach the 2048 tile. Combine tiles strategically to achieve this goal. | {"local": {"command": "docker", "args": ["run", "--rm", "-i", "hudevals/hud-text-2048:0.1.3"]}} | 2048_target_2048 | {"description": "Reach the classic 2048 tile", "difficulty": 2048, "game": "2048", "board_size": 4} | {"name": "setup", "arguments": {"name": "board", "arguments": {"board_size": 4}}} | {"name": "evaluate", "arguments": {"name": "max_number", "arguments": {"target": 2048}}} |
You are playing 2048 on a 3x3 board and your goal is to reach the 128 tile. Combine tiles strategically to achieve this goal. | {"local": {"command": "docker", "args": ["run", "--rm", "-i", "hudevals/hud-text-2048:0.1.3"]}} | 2048_3x3_target_128 | {"description": "3x3 board - limited space challenge", "board_size": 3, "target": 128, "game": "2048"} | {"name": "setup", "arguments": {"name": "board", "arguments": {"board_size": 3}}} | {"name": "evaluate", "arguments": {"name": "max_number", "arguments": {"target": 128}}} |
README.md exists but content is empty.
- Downloads last month
- 11