Similar Posts
Fuzeboy full steam ahead!
In November 2016 I met Denis (@darftey). He’s a pixel artist. One of the best I’ve ever met, actually. We teamed up to develop Fuzeboy. It shouldn’t come as a surprise that since then, the development of KREN has been put on hold indefinitely. We’re pushing hard on this mobile platformer game. There is still…
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…
Fuzeboy is now being made in GameMaker Studio 2
Yet another official announcement: Fuzeboy is now being rewritten in GameMaker Studio 2. After getting familiar with the new UI and the new GML functionalities, I’ve realized it made little to no sense at all to keep using GM:S 1.x. I’m already rewriting Fuzeboy from scratch so I might just use the new, improved IDE….

Sprites with different images dimensions in GameMaker Studio 2
When you try to import multiple images into a single sprite in GameMaker Studio 2, you could end up with unexpected results. Specifically, if the images have different sizes (width and height), the sprite size will be equal to that of the largest image, but all the other images will be imported stretched to fill…
Metroidvania Metroid-like World Design
The Metroidvania Metroid-like game genre, from a development perspective, is quite complex to master. World and level design, for examples, are core elements of the game along with player abilities and game physics. You cannot plan one without the other. This is because player abilities, powerups and game physics, are the very elements that allow the Player…
My Game Development setup
Not relevant anymoreThings changed quite a bit and thought I’m still using the same notebook, I’m now a happy Windows 10 user running GameMaker Studio 2. I use Linux only when compiling via VirtualBox. I’ll keep this short and sweet. Whenever I tell people that I have a notebook, they usually reply with something like…