-

Good Architecture
Sometimes you code a thing and hate it while you’re doing it. You figure “eh, it’ll be fine, I probably won’t need to mess with this again” and for a while you’re even probably right. The time has come around where you need to modify that thing with all the…
-

Keys and Locks
In game design, at least the way I do it, there is the concept of keys and locks. These control what I call objective planning. Essentially, the flow from one place or task to the next. Sometimes the keys and locks are literal, like find the red key to enter…
-

Good Company
I’ve been working on Fracterebus for almost a year now. I’m still impressed with the work I’m putting in and the fact that I’m still working on it all the time. I’m also actually still enjoying working on it, which is always awesome. This project has started to seem larger…
-

Black Triangle
There is a story I remember reading from years and years ago that really resonated with me as a developer. In this story, which was from the original PlayStation era, a bunch of developers started cheering excitedly while crowded around a TV. Someone that isn’t a developer wanders over to…
-

Game Engine Versioning
Games that generate their worlds randomly have the problem that the generation should probably be deterministic. Meaning, using the same random seed value should always make the same world. This means seed codes can be shared with friends and they would all get to play the same world together. This…
-

Language Performance
I had previously said I was going to code Fracterebus in Godot using GDScript for the flexibility of export targets it offers, but then I noticed three things. The first one wasn’t really a surprise for me. I just really don’t like GDScript. It’s very Python-like and I have never…
-

Research and Skills
One of the parts about game development that you learn pretty quickly when you are trying to make one by yourself is that you probably don’t know how to do all of the things needed to make it, by yourself. I started by going with the things I’m already good…
-

Learning Everything
The first problem with any new thing you try to do is that you not only don’t know how to do it, you also don’t know enough about it to know which things you don’t know about yet. In this particular example, I know I want to make a game,…

