Adobe AIR Games Showcase #4

It’s time to take a look at some more great games built with Adobe AIR. If you’re using the Flash platform, or any other development platform for that matter, to build your own games then hopefully you’ll find some inspiration here. If you’re just looking for a few games to play then I don’t think […]

Swift Endless Runner Source Code

As you may have already heard by now, Apple has announced a new programming language called Swift. It’s modern, powerful, and potentially easier to use than Objective-C. In fact, from the time I’ve spent tinkering with it, I’d say that those coming from an ActionScript or JavaScript background should find Swift a much more approachable […]

iOS X-wing Targeting Computer

There are new Star Wars films on the horizon and I’m pretty damn excited by that. In fact I’m so excited I decided to re-write my X-Wing Targeting Computer app for iOS. Yay! You may remember the original ran on Android handsets and was written using Adobe AIR. This time I thought I’d go native […]

Integrated Native Physics in the Flash Runtime

Over the last year or so there’s been much talk from the community regarding the need for the integration of native physics within the Flash runtime. Adobe’s Flash product manager, Chris Campbell, has opened this up for further discussion on the Adobe Communities forum. Personally I think this might be a good thing as Adobe […]

Unity WebGL Export

Isn’t Unity awesome! For 3D games developers it’s probably one of the best choices out there and seems to run on just about any hardware platform you can throw at it. Now with Unity 5, things are getting even more awesome as it now targets WebGL, removing the need for the Unity browser plugin. So […]

Adobe AIR Games Showcase #3

I’ve come across quite a number of Adobe AIR games over the last few months so thought it was about time I did another round-up. There’s actually too many AIR games out there these days, particularly on mobile, so unfortunately I can’t cover them all. However here’s five that caught my eye for one reason […]

Distinguished Lecture with Bjarne Stroustrup

I was really lucky to get the opportunity the other day to attend a lecture by Bjarne Stroustrup, the creator of the C++ programming language. He gave a really insightful talk about the history of C++ and covered some of the major additions coming to C++14. He also spent some time highlighting common mistakes and […]

Objective-C Endless Runner Source Code

Okay folks, that’s a first pass at the Objective-C version of my endless runner’s parallax scroller. I’d been meaning to take a look at SpriteKit for a while now so thought I’d use it as my rendering option. I was thinking about targeting the full range of iOS devices (Retina and non-Retina iPhones, iPads, and […]

Endless Runner AS3 Source Code

So that’s the ActionScript 3 version of my endless runner on GitHub. The JavaScript and TypeScript versions both used PixiJS as the 2D renderer, but of course, for the AS3 version I’m using the excellent Starling Framework. If you’ve been reading my blog for a few years you’ll know that my endless runner actually started […]

Endless Runner Source Code

I’ve decided to port the source code from my Building a Parallax Scroller tutorial to various other languages, starting with TypeScript. I’m hoping that it will eventually evolve into more than just a parallax scroller and we’ll end up with a very simple endless runner game but that’s for a little further down the line. […]