Posts in gamedev


👨🏼‍🔬 Pros and Cons of Building a Custom Physics Engine
• 7 min read

I am currently building a 2D platformer game called Platform Pixels. I chose to build the game using the libGDX framework because it can export to iOS, Android, and Desktop very easily. The framework also includes (optionally) the Box2D physics engine, but I chose not to use it. Instead, I wrote my own physics engine.
Continue Reading »

How I Fixed LibGDX Sounds Causing Game Lag on Android
• 2 min read

tl;dr add silence to your sound files if they're too short.
Continue Reading »

How I Implemented a Lantern Lighting Effect in 10 Minutes
• 3 min read

I am not an artist, so when I set out to make a game I needed to find other ways of making it look good. One of the things I did for my game Platform Pixels was add a lantern lighting effect. Here's what it looks like (zoomed out for greater effect).
Continue Reading »

10 Essential Tools for Making an Indie Game
• 4 min read

When I started working on my first game Platform Pixels about a year ago, I had no idea how much work it would be. Since starting the project I have learnt how to make a game, create music, design graphics, edit video, and a bunch of other useful stuff!
Continue Reading »

Platform Pixels – Beta 6
• 2 min read

Android Beta: Visit Beta Linkbr iOS Beta: DM your email to @PlatformPixels
Continue Reading »

Platform Pixels – Beta 5
• 3 min read

Start playing Beta 5 Now!
Continue Reading »

Platform Pixels – Beta 4
• 2 min read

Start playing Beta 4 Now!
Continue Reading »

Pros and Cons of Procedural Level Generation
• 5 min read

Over the past few months I've been working on a 2D platformer game called Platform Pixels as a side project. A large part of making a game like this is designing and creating levels. I started off doing this by hand, but quickly realized that it was taking more time than I wanted.
Continue Reading »

Platform Pixels – Beta 3
• 2 min read

Beta 3 Access: join the Android Beta and follow @PlatformPixels for updates
Continue Reading »

Platform Pixels – Beta 2
• 2 min read

Beta 2 Access: join the Android Beta and follow @PlatformPixels for updates
Continue Reading »