- Learning Cocos2d-x Game Development
- Siddharth Shekar
- 170字
- 2021-08-05 18:00:22
Chapter 2. Displaying the Hero and Controls
In the previous chapter, we saw the inside workings of Cocos2d-x, where we saw which projects and libraries were included. We also looked at the project and folder structure of a single project and dug deeper into understanding the classes that act as the basic building blocks for creating any game.
From this chapter, we will look at how to take those building blocks and make a functional game out of it.
In this chapter, we will see how to display objects, such as the background image and player, and position them on the screen. Once the player is on the screen, the next thing we will do is make her move around. We will look at different ways that the hero can be controlled in.
The things you will learn in this chapter are the following:
- How to display the background image
- How to display the hero
- How to move the hero using the following:
- Actions
- Accelerometer
- Touches
- Custom controls
推薦閱讀
- Learning Cocos2d-x Game Development
- 龍芯應用開發(fā)標準教程
- Python GUI Programming:A Complete Reference Guide
- Mastering Manga Studio 5
- VCD、DVD原理與維修
- Hands-On Machine Learning with C#
- WebGL Hotshot
- 新編電腦組裝與硬件維修從入門到精通
- Python Machine Learning Blueprints
- Mastering Machine Learning on AWS
- The Deep Learning with PyTorch Workshop
- 計算機組成技術教程
- 計算機組裝、維護與維修項目教程
- The Applied Artificial Intelligence Workshop
- 從企業(yè)級開發(fā)到云原生微服務:Spring Boot實戰(zhàn)