Basic Platformer Movement
gamephanes-public==0.1
Gameplay Systems
Movement
Reference environment
Public evaluator
unrated
Usage
node ./bin/gamephanes.js task init ./benchmark/tasks/platformer-basic.json --workspace ./workspace
node ./bin/gamephanes.js run ./benchmark/tasks/platformer-basic.json --project ./workspace --godot /path/to/godot
Runtime evidence
This executable Godot project is the feedback surface for the task. Evaluator-controlled inputs probe the candidate project; the Coding Agent acts through terminal commands and code changes.
View projectInstruction
Verify that the player can move, jump, collect a coin, and update the score.
Success criteria
- player_moveThe player moves to the right when the move_right action is pressed.
- player_jumpThe player has upward velocity after the jump action is pressed.
- coin_collectTouching the coin increments the score.
Evaluation contract
- Task ID
- platformer_basic_001
- Runtime
- Godot 4.x
- Timeout
- 15 seconds
- Assertions
- 5 deterministic checks
- Harness
- External, benchmark-owned
- Agent action
- Terminal commands and project edits
Tags
PUBLIC REFERENCE ENVIRONMENT. THIS PAGE DOCUMENTS THE OPEN CONTRACT; SEALED STARTERS, HIDDEN ASSERTIONS, AND PRODUCTION ROLLOUTS ARE NOT PUBLISHED HERE.