Godot · 4.0 · 2D

Free Godot 4.0 Project: Japanese Click Game Tutorial (2dgames.jp)

Original title: 【Godot4.x】クリックゲームチュートリアル

Free Godot 4.0 Project: Japanese Click Game Tutorial (2dgames.jp)
Preview from the original source by syun77 (2dgames.jp)

Overview

This Japanese step-by-step tutorial by syun77 on 2dgames.jp builds a simple click game in Godot 4.0 using GDScript. Players click octopus targets that pop with an explosion effect while a score display updates, which introduces Area2D input handling, instancing effect scenes and Label theming.

Five checkpoint project zips (TestClickGame1 through TestClickGame5) and a resources zip are provided as free downloads from the blog and the author's server, each a complete project with project.godot; no license is stated. It is a gentle first project for beginners, and the checkpoints make it easy to compare each stage.

What You Can Learn

  • Clicking Area2D targets that pop with an explosion effect
  • Comparing five checkpoint projects, each a complete openable project
  • Instancing effect scenes and theming a score Label
Visit Original ProjectDownload page (syun777.sakura.ne.jp)

Access: Free direct download