Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.05 KB

readme.md

File metadata and controls

34 lines (25 loc) · 1.05 KB

spritekit-parkour

Packour is a fully functional mini game which is developed using Sprite Kit.

####It has been used the following Sprite Kit features:

  1. SKScene - Change scenes
  2. SKSpriteNote
  3. SKAction - Play audio and run animation
  4. SKLabel - Display scores
  5. SKEmitterNode - Partical system
  6. Texture Atlas - Optimise performance

####And some other features:

  1. Basic physics - Check collisions for sprites, CGRectIntersectsRect
  2. UISwipeGestureRecognizer - Detect swipe gestures

####Features haven't been implemented:

  1. AI
  2. Advanced Physics
  3. Maps for levels

####Credits


I made this game when I was learning Sprite Kit, I used it as a playgrounp, I may add new features when I play around Sprite Kit.

Jake Lin