Posts

  • Animating with Rive

    Animating with Rive

    In this tutorial, I’m going to show you how I make animations for my game with Rive. You can see here a previous example I did with my miner character. Rive is a powerful tool for animation that can plug into almost any piece of code. It has a state machine interface that seamlessly blends…

  • Porting Web Game to Android

    Porting Web Game to Android

    This post will quickly show you how to run any standalone web based game on Android I recently released my game Sippy Disco on Steam and wanted to do a quick port to Android. I had originally intended to develop a wrapper with Avalonia for all platforms, it was working well on Windows and Mac…

  • Reuse your code in creative ways

    Reuse your code in creative ways

    I’m currently developing a tile based tactical game in JavaScript for the web. It’s definitely my dream project, but I know at my current rate it’s going to be a few years before I can finish it. While I would like to just keep churning away on it, it’s been years since I shipped a…