Similar Posts
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…
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…
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……
Choosing the right resolution for a 2D Platformer
In this post I’ll try to write down the thinking process I made when I chose to develop Kren at a 384×216 sceen resolution.
Devlog #1 – GameMaker: Studio new Project
This entry marks the first entry of a new Devlog Series. I’m currently working on a couple of GameMaker projects and I thought it might be useful to document my development process. I’ve been inspired to do so by reading the Loadworld Devlog PT. 2 by @ZackBellGames
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…