The Book of Nodes
If you’ve ever delved into the Godot Documentation, you likely noticed two things: first, there is an abundance of nodes...
Godot 2D & 3D Prototype Templates
Jump to download I have created templates for my Godot 2D and 3D projects on YouTube and KoFi. These templates...
I Made a Simple 2D Pathfinding & Navigation Tool for Unity!
Recently whilst I was busy working on a 2D game in Unity, I had to add the functionality to have...
Let’s Learn Godot 3D by making an Endless Runner Game – Part 1: Project Overview & Setup 👟
Many gamers and budding developers might be surprised to learn that Godot, usually celebrated for its 2D capabilities, has been...
Let’s Learn Godot 3D by making an Endless Runner Game — Part 2: Environment Setup👟
Many gamers and budding developers might be surprised to learn that Godot, usually celebrated for its 2D capabilities, has been...
Let’s Learn Godot 4 by Making a Procedurally Generated Maze Game — Part 2: Player Setup & Movement💣
The first entity scene that we will create for our game is our Player. Entity scenes in our game refer...
Let’s Learn Godot 4 by Making a Procedurally Generated Maze Game— Part 1: Project Overview & Setup 💣
I grew up in the era where PlayStation reigned supreme as the be-all and end-all of gaming. It felt as...
Let’s Learn Godot 4 by Making a Procedurally Generated Maze Game — Part 3: Procedural Level Generation #1 — Map Creation💣
In this part, we’ll start getting to the fun part, which is procedurally generating our game’s map. This part might...
Let’s Learn Godot 4 by Making an RPG — Part 3: Player Animations🤠
Our player has been set up, and it moves around the map when we run the game. There is one...
Let’s Learn Godot 4 by Making an RPG — Part 2: Player Setup & Movement Input🤠
Now that we have our project setup, we can now go on to creating our player scene. Our player scene...