Chapter 6. Developing the Game Structure
In this chapter, we will learn what game structure is and how we design our game structure using flow charts, and implement it in our game in Unity using C language.
In this chapter, we will cover:
Introduction to game structure design
Planning the game flow
Designing the user interface structure
Player inputs and character movements
Creating basic artificial intelligence