- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Roger Engelbert
- 65字
- 2021-07-23 20:00:26
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!
推薦閱讀
- The Complete Rust Programming Reference Guide
- Linux核心技術從小白到大牛
- Programming ArcGIS 10.1 with Python Cookbook
- Practical DevOps
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- Access 2016數據庫管
- HTML5入門經典
- Python Data Analysis Cookbook
- MATLAB for Machine Learning
- Building RESTful Python Web Services
- SQL Server數據庫管理與開發兵書
- Java Web開發詳解
- Hands-On GUI Programming with C++ and Qt5
- Visual Basic程序設計習題與上機實踐
- Flink技術內幕:架構設計與實現原理