Free Godot 2D Game Examples & Templates

I have released some free Godot 4 2D templates on itch.io.I’ve recently updated my profile and all project pages. Specifically, I’ve changed my paid project to “Name your own price” (starting at $0) to better establish my account’s trust within the community.

I’ve put a lot of effort into these small games and would love for people to find them.

My Profile: Godot Example Hub - itch.io

Here is what’s coming in the new update:

  • [Upcoming] #07 Musical Flowers: Learn to map interaction distance to Logarithmic Audio ($dB$)—essential for smooth sound transitions.

  • [Upcoming] #06 Balloon Pop Drop: A deep dive into procedural spawning and managing character state switches.

If you haven’t checked it out yet, the current 5-in-1 collection is already available for “Name your own price”:

  • #05 Lucky Duck: Random probability and await logic.

  • #04 Dragonfly Puzzle: Array-based logic and angle handling.

  • #03 Fish Game: Parabolic jumps and endless respawning.

  • #02 Coloring Game: Click detection and color mixing.

  • #01 Piano Melody: Input sequence recording and playback.

01

02

03

04

05

2 Likes

Cool concepts the coloring games, the catching fly need to fix as in browser it behaves rather strange .

You need to click left side of screen to make fish jump in middle , also fish itself fly in void if clicked in middle


Thank you for your feedback. I am currently preparing the Godot 4 2D Example Templates (Collection) and will fix all the bugs at that time.

1 Like

Hi everyone,

I’m excited to share that Version 1.1 is officially dropping this Friday! I’m expanding the collection from 5 to 7 modular templates.

Here is what’s coming in the new update:

  • [Upcoming] #07 Musical Flowers: Learn to map interaction distance to Logarithmic Audio ($dB$)—essential for smooth sound transitions.

  • [Upcoming] #06 Balloon Pop Drop: A deep dive into procedural spawning and managing character state switches.

If you haven’t checked it out yet, the current 5-in-1 collection is already available for “Name your own price”:

  • #05 Lucky Duck: Random probability and await logic.

  • #04 Dragonfly Puzzle: Array-based logic and angle handling.

  • #03 Fish Game: Parabolic jumps and endless respawning.

  • #02 Coloring Game: Click detection and color mixing.

  • #01 Piano Melody: Input sequence recording and playback.

My goal is to keep adding 2 new projects every Friday. If you find these helpful, feel free to follow the hub for the v1.1 notification!

See you all on Friday! :rocket:

2 Likes

Hi everyone!

The response to this collection has been incredible (over 50% download rate!). To keep the momentum, Version 1.1 is now live! I’ve added two brand-new Godot 4.x templates, expanding our total library to 7 modular projects.

:new_button: New Games & How to Play

[06] Balloon Pop Drop

  • The Learning: Master dynamic object spawning using PackedScene and custom signal propagation.

  • Gameplay Instructions: 1. A character floats with 14 procedurally generated balloons. 2. Click individual balloons to pop them. 3. Each pop triggers a smooth Tween drop. Reach the ground to trigger the landing pose!

  • Download File: 06_balloon.zip

[07] Musical Flowers

  • The Learning: Linear-to-Logarithmic ($dB$) audio volume mapping and real-time vertical displacement logic.

  • Gameplay Instructions:

  1. Drag the colorful flowers upward from the bottom of the screen.

  2. The higher you pull, the faster they rotate and the louder their music loop becomes.

  3. Release to lock the flower’s height and maintain your custom musical mix.

  4. Download File: 07_flower.zip