Panomino
I made a game you should play (it’s free). It’s called Panomino.
I made a game you should play (it’s free). It’s called Panomino.
I’ve recently started making mods for UFO 50, a phenomenal game (really 50+ different games) that everyone should play. There’s a great guide for getting started making UFO 50 mods on the game’s official Discord server, but I thought it might be helpful to document some tips and techniques for modding specific aspects of the game, starting with title screens. As an example, I’ll walk through the…
Introduction Code Performance Analysis Introduction XDP (eXpress Data Path) enables high performance analysis, modification, and redirection of Linux network traffic. XDP Programs can be written and launched from user space at run-time, but are executed in the kernel, providing a terrific combination of speed and usability. They act on packets almost immediately upon receipt, before a socket…
Introduction Creating a 3D Model Importing a 3D Model into GameMaker Drawing and Scaling a 3D Model Moving the Camera Moving Your Player Setting the Draw Depth for Multiple 3D Objects Adding Animations Adding Shadows Introduction A few weeks ago I started working on a new game using a graphical technique called sprite stacking, which creates the appearance of a 3D character and environment by…
I’ve decided to start a blog to help keep track of my projects.