godot-demo-projects/mono/dodge_the_creeps
Aaron Franke 2eaedf8064
Add README files to demos with multiple versions
2020-03-09 03:54:32 -04:00
..
Properties Update Dodge the Creeps C# to Godot 3.1.2 2020-01-31 02:47:36 -05:00
art Update Dodge the Creeps C# to Godot 3.1.2 2020-01-31 02:47:36 -05:00
fonts Update Dodge the Creeps C# to Godot 3.1.2 2020-01-31 02:47:36 -05:00
Dodge the Creeps C#.csproj Update C# demos to Godot 3.2 2020-03-04 20:30:30 -05:00
Dodge the Creeps C#.sln Update Dodge the Creeps C# to Godot 3.1.2 2020-01-31 02:47:36 -05:00
HUD.cs Update Dodge the Creeps C# to Godot 3.1.2 2020-01-31 02:47:36 -05:00
HUD.tscn Update Dodge the Creeps C# to Godot 3.1.2 2020-01-31 02:47:36 -05:00
Main.cs Update Dodge the Creeps C# to Godot 3.1.2 2020-01-31 02:47:36 -05:00
Main.tscn Update Dodge the Creeps C# to Godot 3.1.2 2020-01-31 02:47:36 -05:00
Mob.cs Update Dodge the Creeps C# to Godot 3.1.2 2020-01-31 02:47:36 -05:00
Mob.tscn Update Dodge the Creeps C# to Godot 3.1.2 2020-01-31 02:47:36 -05:00
Player.cs Update Dodge the Creeps C# to Godot 3.1.2 2020-01-31 02:47:36 -05:00
Player.tscn Update Dodge the Creeps C# to Godot 3.1.2 2020-01-31 02:47:36 -05:00
README.md Add README files to demos with multiple versions 2020-03-09 03:54:32 -04:00
default_env.tres Update Dodge the Creeps C# to Godot 3.1.2 2020-01-31 02:47:36 -05:00
icon.png Update Dodge the Creeps C# to Godot 3.1.2 2020-01-31 02:47:36 -05:00
icon.png.import Update Dodge the Creeps C# to Godot 3.1.2 2020-01-31 02:47:36 -05:00
project.godot Add README files to demos with multiple versions 2020-03-09 03:54:32 -04:00

README.md

Dodge the Creeps with C#

This is a simple game where your character must move and avoid the enemies for as long as possible.

This is a finished version of the game featured in the "Your first game" tutorial in the documentation, but ported to C#. For more details, consider following the tutorial in the documentation.

Language: C#

Renderer: GLES 3 (particles are not available in GLES 2)

Note: There is a GDScript version available here.

Screenshots

GIF from the documentation