Book Image

Cocos2d-x by Example: Beginner's Guide

By : Roger Engelbert
Book Image

Cocos2d-x by Example: Beginner's Guide

By: Roger Engelbert

Overview of this book

Table of Contents (19 chapters)
Cocos2d-x by Example Beginner's Guide Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Game configurations


The game will have the following characteristics:

  • It must support multitouch since it's a two player game

  • It must be played on large screens since it's a two player game

  • It must support retina displays because we want to cash in on that

  • It must be played only in portrait mode because I built the art in portrait

So let's create our project!