Free Godot 3.1 Project: Your First 2D Platformer Course (GDQuest)
Original title: Make Your First 2D Game with Godot: Player and Enemy (beginner tutorial part 1)
Overview
This is the project repository for GDQuest's beginner 2D platformer course 'Make Your First 2D Game with Godot', originally made for Godot 3.1 with KinematicBody2D. The course covers player movement and jumping, enemies, coins and portals, and game screens, and the code is provided in both GDScript and C# versions.
The GitHub release zip contains the final projects for all three parts plus start assets under the MIT license; the video's link redirects to the gdquest-demos repository, which also holds a Godot 4.0 port in the godot-4game folder. It is a classic starting point for first-time Godot users.
What You Can Learn
- Player movement and jumping with KinematicBody2D in Godot 3
- Comparing the same platformer in GDScript and C# versions
- Enemies, coins, portals and screens for a beginner platformer
Access: Free direct download