// Free Resources · Godot 4
Four complete Godot 4 projects ready to download, open, and build from. Each one is a working game take it apart, change it, make it yours.
// 4 starter templates — download, open in Godot 4, start building
A complete 2D platformer built with CharacterBody2D, TileMaps, and GDScript. The same foundation covered in the guide but expanded into a fully playable game with levels, enemies, and a score system.
A faithful Asteroids build using RigidBody2D physics. Great for learning rotation-based movement, bullet spawning, collision detection, and screen wrapping all in under 200 lines of GDScript.
A complete Space Invaders clone with enemy formation movement, player shooting, shields, and wave escalation. A step up in complexity perfect for learning grid-based enemy management and game state machines.
A small but complete tower defence with path-following enemies, tower placement, resource management, and wave spawning. The most complex of the four great for understanding game architecture and scene composition.
Three steps from download to running game.
project.godot file.The free Godot 4 guide walks through everything from installation to exporting your first game 8 modules, step by step, with code examples throughout.
📖 Read the Godot 4 Guide →