Book Image

Unity 5.x Game Development Blueprints

By : John P. Doran
Book Image

Unity 5.x Game Development Blueprints

By: John P. Doran

Overview of this book

<p>This book will help you to create exciting and interactive games from scratch with the Unity game development platform. We will build 7-8 action-packed games of different difficulty levels, and we’ll show you how to leverage the intuitive workflow tools and state of the art Unity rendering engine to build and deploy mobile desktop as well as console games.</p> <p>Through this book, you’ll develop a complete skillset with the Unity toolset. Using the powerful C# language, we’ll create game-specific characters and game environments. Each project will focus on key Unity features as well as game strategy development. This book is the ideal guide to help your transition from an application developer to a full-fledged Unity game developer</p>
Table of Contents (19 chapters)
Unity 5.x Game Development Blueprints
Credits
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Preface
Index

Chapter 9. First Person Shooter Part 3 – Implementing Gameplay and AI

When I start teaching my game design students, one of the questions that I'll often hear is "What is a game?" Now, to some people, the card game War (http://en.wikipedia.org/wiki/War_(card_game)) is a game; however, the game is already determined before anyone actually plays the game because players have absolutely no interactions besides flipping cards.

Renowned game programmer and designer Sid Meier says that a game is "a series of interesting choices," and I really like that definition. At my alma mater and current employer DigiPen, we were taught that a video game was a real-time interactive simulation.

Having an environment is an excellent first step towards creating your game project, but this is a real-time simulation though it's not very interactive.