Swift SpriteKit Basics
Want to build 2D games on iOS, macOS, tvOS, and even watchOS? SpriteKit gives you everything you need from rendering sprites to physics simulation.
Everything in a SpriteKit game lives in an instance of the SKScene
class. This object is the root of what is called…