Book Image

CryEngine Game Development Blueprints

Book Image

CryEngine Game Development Blueprints

Overview of this book

Table of Contents (22 chapters)
CRYENGINE Game Development Blueprints
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 2. Creating a Playable Character

In any game, the user will be interacting with and experience the world in which they inhabit. In order to achieve this, we need some way for us to interact with the game world. Like other games, CRYENGINE games also use something called a player to accomplish this. It acts as a sort of proxy or interface for the user to interact with and experience the world. In this chapter, you will learn how to create such a player. Here are the topics we will discuss:

  • Implementing player lives

  • Implementing player movement and rotation

  • Making a camera follow the player