Some example code touching on the different aspects of game dev with SpriteKit.
SKDemo - simple example app to exercise SpriteKit, with some scenes:
- MyScene - auto-generated scene when you create a new SpriteKit project.
- MyScene1 - basic sprite motion and touch handling
- MyScene2 - fancy actions and sound
- MyScene3 - texture animations and hit testing