Free Godot 4.2 Project: First Game in Godot 2D Platformer (Brackeys)
Original title: First game in Godot (first-game-in-godot)
Overview
First game in Godot is the project repository for Brackeys' 'How to make a Video Game' beginner tutorial, built in Godot 4.2 with GDScript. It is a small 2D pixel-art platformer covering player movement and jumping on CharacterBody2D, a TileMap level, coins, enemies, Area2D kill zones and a score counter.
The files are on GitHub under the Unlicense, placing them in the public domain, with project.godot inside the 'First Game/' folder. It is one of the most popular first projects for newcomers to Godot 4.
What You Can Learn
- Player movement and jumping on CharacterBody2D
- Building a tilemap level with coins, enemies and kill zones
Access: Free direct download