Game Dev
A pro-grade game development toolkit for Godot 4, Phaser 3, and ECS architectures from prototype to Steam publishing.
Free
Works with the AI tools you already use
See it in action
You say
Help me implement a 2D side-scroller movement controller in Godot 4 that includes horizontal acceleration and a jump buffer.
Your agent does
// Godot 4: Frame-independent movement with Input Buffer func _physics_process(delta: float) -> void: var dir = Input.get_axis("ui_left", "ui_right") velocity.x = move_toward(velocity.x, dir * SPEED, ACCEL * delta) if is_on_floor() and jump_buffer > 0: velocity.y = JUMP_VELOCITY move_and_slide()
About this skill
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
8 installs
Downloaded by developers to date
Free forever
No account required to browse
Trust & safety
Security scanned
Verified clean 4 months ago
- Free to download with an account