Similar Posts
Screen Tearing / Wavy Effect in GameMaker Studio 2 (using Surfaces)
After playing Environmental Station Alpha, I decided I wanted to implement the screen tearing effect Hempuli is using in his game. I didn’t know how he achieved it so I had to start from scratch and think about different approaches. Knowing nothing about shaders, I was left with surfaces. I jotted down some code and…
Kren Devlog #2 – Officially looking for a (Pixel) Artist
Today I started posting around forums. I’m looking for an artist. I have no artistic skills whatsoever; I cannot draw tilesets, sprites, animations… let alone concept art.
Kren Devlog #1 – Upgrade System and Level Specific Items
This post is outdatedThe following (quite naive) ideas and methods have now been replaced. This post was written when I was just starting out with game development (I was learning GameMaker Studio). Player now has data (like energy, starting_x and starting_y positions, starting direction and so on) and a nice inventory of permanent upgrades. I’ve…

Dark Titan – Battle Over Fire
So, in response to this hilarious tweet by Burrito Tim, I’m officially naming my 2D Sci-Fi Action Adventure Platformer, Dark Titan – Battle Over Fire! Indies, not sure what to call your next game? Pick any of the red tiles: pic.twitter.com/KcMMWnTk1G — Burrito Tim (@Burrito_Tim) 22 August 2018 Here it is in all its glory. Well……
Optimizing Collision Code
As I said in a previous post about my platformer engine (the one I’m working on for Fuzeboy), I’m using Zack Bell‘s code as a base. Recently I started to look into ways to optimize such code without losing the functionality (slopes are a big feature of that simple collision/movement code). And as someone once told…
How I Scale Fuzeboy Resolution on Mobile and Desktop Devices
Fuzeboy’s still in development so it’s only natural that sometimes I take time to rewrite stuff, to fix things, to experiment and so on. We try, we break, we fix, we extend, we change. We evolve. One issue we faced from the start, is the game resolution. What we knew was that we wanted pixel…