This tutorial will teach you how to build a Guess the Number game through the use of Interface builder and Storyboards!

The first thing that you will do is create the project within Xcode. So, open up Xcode, and you should be able to see this screen:

Click on “Create a new Xcode project”, then a default screen should appear:

Select Single View App and click on “Next”, and on the next screen, make your project’s name “Guess The Number”.

Click “Next”, and then save the project anywhere you want to on your computer:

Next Time

Now you have successfully created your new project on Xcode! In the next part, we will actually be creating the interface for the Guess the Number game.