April 2021
Beginner to intermediate
506 pages
11h 57m
English
Before you can jump into the fun of building scenes with the Scene Editor, you need to create a new project. Launch Xcode and create a new project using the iOS Game template, like so:

For the Product Name, enter valsrevenge. Set the Team, Organization Name, and Organization Identifier to match your Apple developer information.
Set the Language to Swift and the Game Technology to SpriteKit.
Be sure to enable the option to Integrate GameplayKit, which gives you access to the APIs you’ll use in this project.
Finally, disable both the Include Unit Tests and Include UI Tests options if you’re on Xcode 11, or the Include Tests ...
Read now
Unlock full access