Godot · 4.7 · 2D

Free Godot 4.7 C# Project: Dodge the Creeps with C# (Godot Engine)

Original title: Dodge the Creeps with C#

Free Godot 4.7 C# Project: Dodge the Creeps with C# (Godot Engine)
Preview from the original source by Godot Engine (godotengine/godot-demo-projects)

Overview

Dodge the Creeps with C# is the official C# port of the 'Your first 2D game' tutorial, maintained by Godot Engine in the godot-demo-projects repository with a master branch targeting Godot 4.7. The 2D dodge game demonstrates signals, timers, Area2D collisions and a HUD written entirely in C#, so it requires the .NET build of Godot; it uses the Compatibility renderer.

The project is MIT licensed and available from GitHub, where stable 4.0-4.3 and 3.x branches are kept separately, or from the Godot Asset Store. It is a good side-by-side reference for developers comparing GDScript and C# in the same game.

What You Can Learn

  • Godot signals and timers written in C# instead of GDScript
  • Area2D collision handling and a HUD in a .NET Godot project
Visit Original Project

Access: Free direct download