My post from a few weeks back may have piqued your curiosity. It showed the bare bones of a scrolling platform game built on top of Box2D and running with debug graphics. Since then I’ve been busy adding proper visuals to it using the Starling framework and can now reveal what the heck I’ve actually been working on. It’s a recreation of the Tomb Town level from Halfbrick Studios’ excellent Monster Dash game.

I really love the stuff Halfbrick produce and thought that recreating a level from Monster Dash would be an ideal way to learn more about game design. I used to work in the games industry years ago but only got back into games programming more seriously recently with the release of WeeWorld’s Match Mee for iOS. It was also another good excuse to see just what could be created with Adobe AIR. I’m happy to report that the video you see above shows my demo running on an iPad 1 at 60fps.

I’m pretty happy with the end result and while it’s certainly not a perfect recreation, I’m sure you’ll agree it’s pretty damn close.

  1. it is pretty damn close 🙂 .. if this runs on iPad 1 with 60 fps, then i have no doubt anymore about air performance in the future, not just because adobe will enhance it, but simply because devices gets more and more powerful .. just compare iPad 1 to iPad 4 that we already have now .

    Ali
  2. Really nice work, and that fact that it’s on an iPad 1, even better!!!

    Josh
  3. On my laptop I get starling up to 60FPS, 2 DRW, but air for mobile on android only gives 10. Any hints? Thanks!

    I am working on this:
    https://chrome.google.com/webstore/detail/operation-heat-zeeker/iiabebggdceojiejhopnopmbkgandhha

  4. You should post this video on the Starling Forum. Results like these should be shared. Really really nice!

    Will you be sharing any source code tips for iOS optimization?

    Thanks!

  5. @Patrick. I’m hoping to put together a few tutorials covering some of the Starling & Box2D work I did for the demo. I’ll probably start with the game’s scrolling tile map as I have some alternative graphics I can use for it. Can’t give you an ETA though.

    Christopher (Author)
  6. @zproxy Hi. Heat Zeeker looks really great!

    There’s a section in the Starling manual written by Daniel Sperl that has many excellent pointers for optimization: http://wiki.starling-framework.org/manual/performance_optimization

    In fact I use this page as a checklist when working with Starling.

    Also, I highly recommend downloading and using Adobe Scout, which can help identify bottlenecks on mobile quite quickly: http://www.adobe.com/devnet/scout/articles/adobe-scout-getting-started.html

    Christopher (Author)
  7. Nice. Somehow thinking about ability for lo-o-o-ong jump now.

    Denis Golovkin
  8. nice game ,,Will you be sharing any source code tips for iOS optimization?

    Game developer
  9. I’m hoping to produce a few tutorials this year covering some of this work. I might able to cover a few things related to iOS optimization while I’m at it.

    Christopher (Author)
  10. how can i create a game like this with box2d and starling? any tutorial?

    fedyfausto
  11. I’m working on a JavaScript and Pixi.js tutorial that covers how to build the parallax layers and the scrolling wall. Here’s a link to part 1 (http://www.yeahbutisitflash.com/?p=5226) and part 2 (http://www.yeahbutisitflash.com/?p=5666). If you’re familiar with AS3 and Starling then you should be able to port the code over quite easily.

    I do plan to also re-write these tutorials for Starling and AS3 but that may not happen until the beginning of next year.

    Christopher (Author)