Book Image

Cocos2d-x Cookbook

By : Akihiro Matsuura
Book Image

Cocos2d-x Cookbook

By: Akihiro Matsuura

Overview of this book

Table of Contents (18 chapters)
Cocos2d-x Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


Until now, we have explained basic technical information in Cocos2d-x. It supports the development of games on a smartphone. Actually, you can create your original games using basic functions of Cocos2d-x. However, if your game is a major hit, cheaters might attempt to crack the code. Therefore, there are cases where encryption is needed to prevent unauthorized access to your game data. Encryption is an important aspect in game development because it helps you to protect your code and prevent people from ruining the overall experience of the game, and it also prevents illegal hacking of game. In this chapter, you will learn how to encrypt your game resources.