watchOS 2 and Sprite Kit

Does watchOS 2 support SprireKit? If not, what are the best ways to do games on Apple Watch? Any sample code links will also help.


Thank you!

SpriteKit is not available on watchOS. You will need to build your game UI using WatchKit, likely with copious amounts of drawing the bitmap contexts and displaying the result in an WKInterfaceImage.

watchOS 2 and Sprite Kit
 
 
Q