Post-Ludum Dare 27 post mortem

Last weekend was the 27th edition of the game development jam Ludum Dare. The theme for this competition was “10 seconds”. As usual, I contributed with a game of my own – something called Hijack Humans Hastily. It was an AS3 game (made with Nape and Starling) in which the objective was to use a […]

Continue reading →

Adobe AIR GameInput pitfalls

Adobe AIR’s new GameInput APIs are great. They provide seamless, powerful input from game pads for Android, desktop and web applications created in Flash. However, it has two important problems right now. Since those warrant some explanation, I figured I’d make a post about it hopes it’ll help other people working with those APIs. The […]

Continue reading →

Using GameLooper with Box2DFlash (and Nape)

For my latest game prototype, aside from KeyActionBinder, I’m also using my new GameLooper class to control the main game loop. Because of the way the class has been built, it is particularly easy to integrate it with something like Box2DFlash, which is what I’m using in my prototype for physics simulation. Integration works by […]

Continue reading →

Known OUYA GameInput controls on Adobe AIR

As part of my messing around the OUYA and the new GameInput API on AIR 3.7, I started creating a class to abstract controller/key input binding for AS3 projects. I’ll post more about that in the future, but for now, here’s a spreadsheet that’s part of my research. It lists all the game controllers I’ve […]

Continue reading →

Using Adobe AIR to create OUYA games

I’ve been toying around with creating OUYA content with Adobe AIR, and I’m happy to say it’s a pretty easy and straightforward development workflow. Information on it is hard to come by, though, and the official Adobe AIR support samples doesn’t seem to exist anymore, so here’s a few high-level notes on how to get […]

Continue reading →