Similar Posts
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…
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…
Basic Platformer Mechanics in GameMaker: Studio
I’m fond of platformers. It’s only natural that I spent the past year studying and refining platformer engines for GameMaker: Studio. Here’s what I actually use for my engine.
Book Update – 2018-09-01 – It’s taking shape
So I found an artist willing to collaborate with me on my GameMaker Studio 2 book. Thank God I can work with him once again! He’s the most talented Pixel Artist around. He knows about game development and the whole process and he can draw pretty much everything you throw at him. I bet you…
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…
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.