Similar Posts
How I positioned the tileset in my tech demo
In the earlier tech demo, I had positioned a truckload of similar tilesets. Those bluish/greyish square blocks are not hand picked. I did not make that work in the level editor. I got inspired by the Smart Tile Objects tutorial by HeartBeast. I simply downloaded the Square Blocks Textures from OpenGameArt.org, cut and pasted a bit in…
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…
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…
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…
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.