Making modular scenes and nodes in the Godot engine will really help with moving around objects and pieces of a game. Here’s some tips on making your game more modular.
All the posts associated with the "game development" tag.
How I tried putting my Godot engine game on F-Droid
I sometimes try to do pretty complicated things (for instance, trying to make a multiplayer game with procedurally generated maps). Other times, I’ll try simple things (a rhythm game with tapping to the beat). But here’s one thing that stumped me.

Draw Ping Pong – A Game I Threw Together
Update 2-26-2022: an APK package has been released, and I am in the process of putting this on F-Droid. About two weeks ago, I thought “How about I make a Pong-like game where the users draw their paddle.” That led to looking at a YouTube video where a guy made a simple line drawing game […]

A procedurally generated, speedrunning game
Get to the End, where the player has to run to the goal post of a procedurally generated course. Interested? The details are inside.
About Project Management and Game Development
How do large, AAA games come together? Is it from a large group of people getting together and committing to make a game? Not quite. What is required is good leadership, and great management skills. Here’s a description of a high level manager on a game development team.
How to Add C# Assemblies to a Godot Engine Project
With the release of version 3.0 of the Godot Engine, C# was added as a supported programming language. Due to other engines like Unity, there is a large number of C# assemblies which can help in developing a game. However, there isn’t an easy way to add assemblies in the editor. Therefore, this tutorial was […]