Ever wanted to create your own games, but wondered where to begin? A post about my coding experience, starting from back in 2020.

3 Tips for Game Development

Make a Platform Game in 1K of JavaScript
An in-depth tutorial on how to code a complete platformer in just 1024 characters.

Focus Your Work: How Not to Do It
Before making a game, you must make a list of priorities. This post talks about where not to focus your attention.

Interpolating Procedural Animation for a 2D Game
Interpolating character movements is a pain to code but looks great. Here's the simplest way to implement it.

Making the Enemies of Snakes and Ladders
My platform game "Snakes and Ladders" used a few cheap & handy techniques to animate its enemies.

Procedurally Generate Dungeon-Like Rooms
The concept of procedural level design is surprisingly simple. Here's how the levels of my game "Snakes and Ladders" were made.