Now you’re playing drawing with power.
All the posts associated with the "Programming" catagory.
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.
Building InfiniTime for the PineTime
Want to build an image of InfiniTime, but don’t know how? This article will probably help you with that.

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.
Extracting and applying materials in the Godot engine
I have been doing a fair amount of development with the Godot engine. I have gone so far as to make 3D stuff with it. In my pursuit of making a 3D game, I have found various assets to use in the engine. Usually these come from Open Game Art (which is run by a […]
My Interests This Week podcast – episode 7
This week (for the week ended November 7, 2020), I squash some bugs in my indie game, try to get Diablo 2 to run on my old, dinky Linux laptop, and be amazed at how Diablo was made. Show notes 1. Progress on game Refactored some code, made some of the animations better. Changed the […]
I Love Doing Backups
Aren’t data backups and compression so fun?
Learning and Assisting with the Godot Engine
Over the past couple of years, I have been studying and making things with the Godot Engine. This has been mainly for the end goal of creating a big multiplayer game possibly in the same vein as Borderlands. While I have not made anything of real worth, I feel that I have gained enough knowledge […]
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 […]