Game Development Reference
In-Depth Information
How to do it...
To understand the basic concepts of game programming, let's create a new project with the
SpriteKit game template with project name FlyingSpaceship . The project will demon-
strate the structure of a SpriteKit project. The end goal of the project is that a Spaceship is
visible on the screen and in the upcoming topics we can make it fly.
We will follow some of the same steps we performed in Chapter 1 , iOS Game Development
and finally add the Spaceship to the screen:
1. Start your Xcode and navigate to File | New | Project . Then from the prompt win-
dow navigate to iOS | Application | SpriteKit Game and click on Next .
Search WWH ::




Custom Search