April 2021
Beginner to intermediate
506 pages
11h 57m
English
In this chapter, you learned how to create a new SpriteKit project using the default iOS Game template and how to clean up the boilerplate code and default files. You also learned about the SKNode class and one of its subclasses, SKSpriteNode, by adding the background and foreground nodes. While adding these two sprite nodes, you also learned about the asset catalog and how to position and anchor nodes.
In the next chapter, you’ll add the player and learn the basics of movement, animation, and sound using the SKAction class.