Beginning Game AI with Unity - Sebastiano M. Cossu

Beginning Game AI with Unity

By Sebastiano M. Cossu

  • Release Date: 2020-12-05
  • Genre: Programming

Description

Game developers will use this book to gain a basic knowledge of programming artificial intelligence using Unity and C#. You will not be bored learning the theory underpinning AI. Instead, you will learn by experience and practice, and complete an engaging project in each chapter.

AI is the one of the most popular subjects in gaming today, ranging from controlling the behavior of non-player characters to procedural generated levels. This book starts with an introduction to AI and its use in games. Basic moving behaviors and pathfinding are covered, and then you move through more complex concepts of pathfinding and decision making.
You will:Understand the fundamentals of AICreate gameplay-based AI to address navigation and decision-making problemsPut into practice graph theory and behavior modelsAddress pathfinding problemsUse the A* algorithm, the deus ex machina of pathfinding algorithmsCreate a mini stealth game