#SpriteKit Demo - Minnesota Cocoheads, February, 2014
PlayMe is a demo "game" (admittedly, a not at all fun game), built in iOS 7 on Sprite Kit. It consists of 3 demo projects, each building off the one before.
This demo intoduces:
- Sprite basics
- Animations
- Scene Transitions
- Basic physics bodies
Building on Demo 1, this demo adds:
- Controlling a physics body with user input
- Labels
- Collision Handling
#Demo 3 Building on Demo 2, this demo adds:
- More Storyboard integration
- UIKit integration