https://github.com/jakelin/spritekit-parkour
Packour is a fully functional mini game which is developed using Sprite Kit.
https://github.com/jakelin/spritekit-parkour
Last synced: 10 days ago
JSON representation
Packour is a fully functional mini game which is developed using Sprite Kit.
- Host: GitHub
- URL: https://github.com/jakelin/spritekit-parkour
- Owner: JakeLin
- License: mit
- Created: 2014-02-04T11:17:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-07T05:13:50.000Z (about 11 years ago)
- Last Synced: 2023-08-02T02:42:32.444Z (almost 2 years ago)
- Language: Objective-C
- Size: 1.35 MB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
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
+ The artworks are from http://www.ityran.com/en/archives/5176
+ Some ultility functions and classes are from iOS Game by Tutorials http://www.raywenderlich.com/store/ios-7-and-ios-games-by-tutorials-bundle
+ WWDC Videos
+ Apple Developer Videos-----------------------------------------------
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