Itch.io for Game Devs – Quick Tip
Itch.io, as you may know if you are a game developer, is a massive indie game store. It’s a little like Steam but catering more to indie developers and experimental games. One really nice...
Itch.io, as you may know if you are a game developer, is a massive indie game store. It’s a little like Steam but catering more to indie developers and experimental games. One really nice...
This is a text companion to a video tutorial. You can watch the video below. The source code can be found at the end of the article or in the video description. A common...
Last week I toyed with developing a new board game concept when a game jam that I was considering participating in, Godot Wild Jam, happened to have a theme that seemed a good fit...
I thought I would do a quick programming tutorial explaining the difference between various control statements in Pythonic languages. I recently realised when streaming that some people might misunderstand the point of pass in...
Godot 3.5 (and seemingly originally developed for Godot 4.0) is getting a new feature that allows you to access a node using its name in the scene instead of its node path. This is...