Welcome to the Godot 4 Beginner Series by Veigatec! In this series, we will be building a complete 2D platformer game from scratch. But first, we need to install the engine.
Advertisement Placeholder
This is where your high-revenue AdSense units will appear.
What is Godot 4?
Godot is an open-source, powerful game engine capable of creating both 2D and 3D games. Version 4 brings massive improvements to the rendering engine, physics, and GDScript.
Downloading the Engine
- Go to the official Godot Engine website.
- Click on the Download button.
- Choose the standard version for your operating system. If your computer supports it, you can also download the .NET version for C# support, but we will be using GDScript for this series.
Setting Up Your First Project
Once downloaded, extract the ZIP file and run the executable.
- Click New Project.
- Name your project
My First Platformer. - Choose a folder to save it in.
- Keep the renderer as Forward+ for the best graphical features on desktop.
- Click Create & Edit.
You are now in the Godot 4 editor! In the next part, we will explore the interface and create our very first 2D scene.
Advertisement Placeholder
This is where your high-revenue AdSense units will appear.
On this page
Advertisement Placeholder
