Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Cocos2d-x Game Development

You're reading from   Learning Cocos2d-x Game Development Learn cross-platform game development with Cocos2d-x

Arrow left icon
Product type Paperback
Published in Sep 2014
Publisher
ISBN-13 9781783988266
Length 266 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Siddharth Shekar Siddharth Shekar
Author Profile Icon Siddharth Shekar
Siddharth Shekar
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. Getting Started 2. Displaying the Hero and Controls FREE CHAPTER 3. Enemies and Controls 4. Collision Detection and Scoring 5. HUD, Parallax Background, and the Pause Button 6. Animations 7. Particle Systems 8. Adding Main and Option Menu Scenes 9. Adding Sounds and Effects 10. Publishing to the Windows Phone Store 11. Porting, References, and Final Remarks Index

Downloading and installing Python

You can skip this section if you want to create a Cocos2d-x project on Mac as Python is preinstalled in OS X, which we will cover in Chapter 11, Porting, References, and Final Remarks. But for Windows, you will have to install and configure Python.

Download and install Python using the following steps:

  1. To download Python, go to http://www.python.org/download/ and click on Python 2.7.6 Windows x86-64 Installer.
    Downloading and installing Python
  2. Once downloaded, double-click on the EXE file to start the installation. Once installed, you will see a Python27 folder in your C: drive.
  3. Next, you will have to configure Python. Right-click on Computer and select Properties, as shown in the following screenshot. This will open the System panel.
    Downloading and installing Python
  4. On the System panel, click on the Advanced system settings link on the left-hand side.
  5. Now click on the Advanced tab and then click on Environment Variables....
  6. Under user variables for [user's account name], click on New.... In Variable name, type in PATH and in Variable value, type in the path c:\Python27;c:\Python27\Lib\site-packages\;c:\Python27\Scripts, as shown in the following screenshot:
    Downloading and installing Python
  7. Click on OK and close the System panel. To check whether Python was configured correctly, press Windows + R, type in cmd in the Open textbox of the Run command box, and then click on OK. This will open the command prompt window.
  8. In the command prompt, type in python. This should display the version of Python installed. In this case, it is 2.7.6. Refer to the following screenshot:
    Downloading and installing Python

If you see the preceding window, Python is configured correctly. If not, check whether you have followed the steps correctly and haven't missed anything. Also make sure that the command is typed exactly as given in step 8. Once Python is installed and configured, we can move to the next step, which is downloading Cocos2d-x.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image