Filtered prompts ▸
No.002 · 2D / 3D · Open source

The Godot track

Free, open source, lightweight. Smaller install than Unity, simpler scene model, friendlier to small projects. Picking up rapidly in the indie space.

2
Prompts
0
Walkthroughs
GDScript
Language
GODO-BOT
No.002

★ Recommended starter sequence

If this is your first time touching GODO-BOT, follow these in order.

01 Load a level from data

Tilemap from CSV (one-shot script)

02 Add a clean FSM player

FSM-based player controller for Godot 4

03 Combine into a small game

Godot walkthrough coming next

Prompts (2)

Godot Intermediate Run · 5 min

FSM-based player controller for Godot 4

Idle / Run / Jump / Fall states with clean transitions. GDScript, no plugins.

Open prompt Copy ▸ run
Godot Beginner Run · 3 min

Load a tilemap from a CSV file

Parse a CSV grid into a TileMap node. Bounds-safe, comment support.

Open prompt Copy ▸ run
Next up GODO-BOT track

What's coming for GODO-BOT