Practical Game AI Programming
Micael DaGraca
- 出版商: Packt Publishing
- 出版日期: 2017-06-30
- 售價: $2,170
- 貴賓價: 9.5 折 $2,062
- 語言: 英文
- 頁數: 348
- 裝訂: Paperback
- ISBN: 1787122816
- ISBN-13: 9781787122819
-
相關分類:
人工智慧
-
相關翻譯:
游戲AI開發實用指南 (簡中版)
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$1,810$1,720 -
$2,170$2,062 -
$800$600 -
$800$600 -
$147Unreal Engine 4 藍圖可視化編程
-
$857Unreal Engine 4 藍圖完全學習教程 (典藏中文版)(Mite wakaru Unreal Engine 4 blue print chonyumon)
-
$839$797 -
$450$356 -
$520$411 -
$520$406 -
$1,820$1,729 -
$1,300The Complete Guide to Blender Graphics: Computer Modeling & Animation, Fifth Edition
-
$1,280$1,254 -
$300$270 -
$1,200$948 -
$620$465 -
$1,019HTML + CSS + JavaScript 入門經典, 3/e (HTML, CSS, and JavaScript All in One: Covering HTML5, CSS3, and ES6, Sams Teach Yourself, 3/e)
-
$1,367ASP.NET Core 3 高級編程, 8/e
-
$709C# 入門經典:更新至 C# 9 和.NET 5 (C# 9 and .NET 5 - Modern Cross-Platform Development, 5/e)
-
$2,150$2,043 -
$403游戲設計概論, 6/e
-
$702騰訊游戲開發精粹Ⅱ
-
$1,805$1,710 -
$1,730$1,644 -
$1,900$1,805
相關主題
商品描述
Jump into the world of Game AI development
About This Book
- Move beyond using libraries to create smart game AI, and create your own AI projects from scratch
- Implement the latest algorithms for AI development and in-game interaction
- Customize your existing game AI and make it better and more efficient to improve your overall game performance
Who This Book Is For
This book is for game developers with a basic knowledge of game development techniques and some basic programming techniques in C# or C++.
What You Will Learn
- Get to know the basics of how to create different AI for different type of games
- Know what to do when something interferes with the AI choices and how the AI should behave if that happens
- Plan the interaction between the AI character and the environment using Smart Zones or Triggering Events
- Use animations correctly, blending one animation into another and rather than stopping one animation and starting another
- Calculate the best options for the AI to move using Pruning Strategies, Wall Distances, Map Preprocess Implementation, and Forced Neighbours
- Create Theta algorithms to the AI to find short and realistic looking paths
- Add many characters into the same scene and make them behave like a realistic crowd
In Detail
The book starts with the basics examples of AI for different game genres and directly jumps into defining the probabilities and possibilities of the AI character to determine character movement. Next, you'll learn how AI characters should behave within the environment created.
Moving on, you'll explore how to work with animations. You'll also plan and create pruning strategies, and create Theta algorithms to find short and realistic looking game paths. Next, you'll learn how the AI should behave when there is a lot of characters in the same scene.
You'll explore which methods and algorithms, such as possibility maps, Forward Chaining Plan, Rete Algorithm, Pruning Strategies, Wall Distances, and Map Preprocess Implementation should be used on different occasions. You'll discover how to overcome some limitations, and how to deliver a better experience to the player. By the end of the book, you think differently about AI.
Style and approach
The book has a step-by-step tutorial style approach. The algorithms are explained by implementing them in #.