- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Roger Engelbert
- 65字
- 2025-04-04 21:05:35
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!