Some example code exercising the different aspects of game dev with SpriteKit.
SKDemo - simple example app to exercise SpriteKit, with some scenes:
- MyScene1 - basic sprite motion and touch handling
- MyScene2 - fancy actions
- MyScene3 - hit testing and sound
- MyScene4 - texture animations
- MyScene5 - the full game
SKLine - simple line drawing app
SKPhysics - basic SKPhysicsBody example
iOSMeetup - slides from Learning iOS Meetup on Nov 6, 2013
iOSDevCamp2013 - slides from iOS DevCamp Colorado 2013 on Nov 16, 2013
MakeItHappen2014 - slides from MakeItHappen 2014 on Feb 26, 2014