Free Godot 4.7 Project: Dodge the Creeps Official 2D Tutorial Demo
Original title: Dodge the Creeps
Overview
Dodge the Creeps is the finished version of the official 'Your first 2D game' tutorial, maintained by Godot Engine in the godot-demo-projects repository with a master branch targeting Godot 4.7. The GDScript project has the player move a character to avoid randomly spawned enemies for as long as possible, covering input handling, Area2D, signals, timers, a HUD and scene instancing on the Compatibility renderer.
It is MIT licensed and available from GitHub, with separate branches for stable 4.0-4.3 and 3.x releases, or as a free download on the Godot Asset Store. It is the natural companion to the official beginner documentation.
What You Can Learn
- Avoiding randomly spawned enemies with Area2D collision and signals
- Signals, timers and HUD wiring from the official first 2D game tutorial
- Scene instancing basics in a beginner 2D project
Access: Free direct download