Time for action – creating the Cocohunt Xcode project

Let's start creating this game by creating a new Xcode project using the Cocos2D template, just as we did with HelloWorld project, using the following steps:

  1. Start Xcode and navigate to File | New | Project… to open the project creation dialog.
  2. Navigate to the iOS | cocos2d v3.x category on the left of the screen and select the cocos2d iOS template on the right. Click on the Next button.
  3. In the next dialog, fill out the form as follows:
    • Product Name: Cocohunt
    • Organization Name: Packt Publishing
    • Company Identifier: com.packtpub
    • Device Family: iPhone
  4. Click on the Next button and pick a folder where you'd like to save this project. Then, click on the Create button.
  5. Build and run the project to make sure ...

Get Learning iPhone Game Development with Cocos2D 3.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.