Utilizing the CharacterBody 2D and 3D nodes in Godot 4Working with the node formerly known as KinematicBody The node formerly known as KinematicBody When making 3D games in Godot 3 it was very common to base the player character on the KinematicBody node as they are a special type of Physics Body ment t...Jan 17, 2023·3 min read
Intro to 2D game development with GodotProgramming a computer controlled opponentAug 19, 2022·1 min read
Intro to game dev with TicTacToe, Lesson 2 releasedDeveloping and implementing a winning move detection algorithmJun 27, 2022·1 min read
Compare two type of drag and drop in GodotI did further research on implementing drag and drop in the Godot game engine. In my first tutorial I only looked at the built-in support for UI Control drag and drop. In this latest installment I’ve additionally looked into Node2D based drag and d...Mar 1, 2022·1 min read