Free Godot 3 Project: Circle Jump Mobile Game (KidsCanCode)
Original title: Circle Jump: A Godot Engine Game
Overview
Circle Jump is a complete open-source mobile game made with Godot 3 by KidsCanCode and taught step by step in the Godot Recipes tutorial series. The GDScript project has a jumper hopping between circles and covers title, settings and game-over screens, a HUD, screen transitions, progression testing and an AdMob module, and the game was released on Google Play and itch.io.
The full source is on GitHub under the MIT license; because it is a Godot 3-era project (project.godot config_version=4), it needs conversion to open in Godot 4. It is a valuable end-to-end reference for shipping a small mobile game.
What You Can Learn
- Title, settings and game-over screens with a HUD for a mobile game
- Progression testing and an AdMob module in a released mobile game
- Jumper-hops-between-circles core mechanic
Access: Free direct download