In this Godot 3.3 tutorial we will learn how to make a simple 2D platformer in Godot. Our player character will run and jump around a level and collect coins to increase their score. We will learn how to design a level using TileMaps, how to move a Sprite using code, and how to make...
Tag: godot
Space Asteroid Arcade Shooter
In this Godot tutorial for beginners, we will build a 2D arcade shooter in Godot 3.3. We will learn the basics of the Godot editor and the programming language GDScript. Our game will feature player input, physics objects, positional audio, node inheritance, and Godot signals. This tutorial is meant for beginners to Godot and programming...