Today I’m working on pathfinding for the units. My algorithm is based on A*. However, so far it’s not working very well. The path is not exactly the shortest one.
One day this week I wanted to do something different and decided to resurrect an old little project called any-good.com. It’s just a simple review website and I could use […]
This is a crosspost from my new blog over at http://goldsaucer.co.uk/tidal-music-app-for-linux/ So recently I’ve started testing Tidal instead of Spotify. I actually like it better than Spotify so far, however […]
Today I decided to play around with Ruby a bit again. The latest version being 2.1.2, official installers were only available up to 2.0. I know it’s only one minor […]
Sometimes I have trouble focussing on a single project. I then justify my behaviour with stuff like “Der Weg ist das Ziel” (the way is the goal). I just like […]
I started working on a small WebGL based Tycoon-game with 2D isometric graphics. The game is about managing a growing group of people in a post-apocalyptic cityscape to ensure their […]
Today I decided I want to continue learning the programming language Go and write a small OpenGL program with it. For OpenGL I wanted to use the Go package “github.com/go-gl/gl” […]