Quick Project: Asteroids with SpriteKit

After an extremely long hiatus from my Shoot 'Em Up project, I was itching to see what was new in the world of iOS game development. Discovering the new SpriteKit API, I just had to give it a try. So I put together a quick version of Asteroids over a few weekends.

SpriteKitAsteroids-1

It's missing a couple of features (no hyperspace or flying saucers), but was a great way to get to grips with the new API. Not only that but I also got an excuse to play with Git's submodules feature, which I'm sure I'll be using a lot more in future.

You can see the full source on GitHub, feel free to download and build a copy!