Book Image

Learning iPhone Game Development with Cocos2D 3.0

By : Kirill Muzykov
Book Image

Learning iPhone Game Development with Cocos2D 3.0

By: Kirill Muzykov

Overview of this book

Table of Contents (19 chapters)
Learning iPhone Game Development with Cocos2D 3.0
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Time for action – downloading and installing Cocos2D


We're going to install Cocos2D in three easy steps, which are as follows:

  1. Head over to http://www.cocos2d-iphone.org/download/ and download the installer of the latest stable version of Cocos2D.

    Note

    At the time of writing this book, Cocos2D Version 3.0.0 was the latest stable version and Version 3.1 was shortly to be released. However, most of the changes will not affect the code presented. They are mostly feature enhancements and performance optimizations. Also, the Cocos2D team stated that they will focus on the backwards compatibility with next releases, so you should be fine with any later version.

    However, keep in mind that even with all the developers' efforts trying to maintain the backwards compatibility, it is really hard to guarantee that the next versions will be fully backwards compatible. If you have any issues with the latest version, you can use the Chapter_02/Cocos2D+Installer+3.0.0.zip installer that comes with this book...