Similar Posts
Testing the platformer engine I’ve been working on
I’ll write a longer post soon. You can watch the video on youtube with some audio effects as well. I’m still early into the planning stages of the game. I just needed a platformer engine I can work with to build the game. It’s going to be a Metroidvania type of game. More on that…
Advanced Animation Control in GameMaker Studio 2 – Method 1
Let’s say that you have a sprite with a complex animation (i.e. variable frame rate). As you can see from the following image, each frame will play at a specific time (I use a simple Photoshop script to export the frames, I’ll write an article about it later).
Fuzeboy devlog – Fair death system
Don’t you hate it when, during a death animation/sequence, your character accidentally touches a powerup or a health pack… and then it dies anyway?! This is what we wanted to avoid in Fuzeboy: unfairness. If you catch a heart during the final knockback, you will have another shot at it.
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…
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…
New tileset almost ready
I posted a preview of the new tileset on my ko-fi page. Soon I’ll have a working “mini-world” with all the environments ready to show. The tileset will undergo further revisions but the overall feeling is there. Right now we’re working on doors, enemies and powerups.