- Practical Game AI Programming
- Micael DaGra?a
- 203字
- 2021-07-02 20:42:59
What this book covers
Chapter 1, Different Problems Require Different Solutions, is a brief introduction to the video game industry and game AI.
Chapter 2, Possibility and Probability Maps, focuses on how to create and use probability and possibility maps for AI characters.
Chapter 3, Production Systems, describes how to create a set of rules necessary for the character AI to achieve their goals.
Chapter 4, Environment and AI, focuses on the interaction between the characters in the game and their environment.
Chapter 5, Animation Behaviors, shows best practices to implement animations in our game.
Chapter 6, Navigation Behavior and Pathfinding, focuses on how to calculate the best options for the AI to move in real time.
Chapter 7, Advanced Pathfinding, focuses on the use of theta algorithms to find short and realistic-looking paths.
Chapter 8, Crowd Interactions, focuses on how the AI should behave when there are a lot of characters on the same scene.
Chapter 9, AI Planning and Collision Avoidance, discusses the anticipation of the AI, knowing in advance what they will do when arriving at a position or facing a problem.
Chapter 10, Awareness, focuses on working with awareness systems to create stealth genre mechanics.
- TypeScript Essentials
- 自制編譯器
- Java虛擬機字節碼:從入門到實戰
- 高級語言程序設計(C語言版):基于計算思維能力培養
- C語言程序設計
- 深入理解Android:Wi-Fi、NFC和GPS卷
- Linux C編程:一站式學習
- Kivy Cookbook
- Swift語言實戰晉級
- RubyMotion iOS Develoment Essentials
- Java7程序設計入門經典
- Mobile Forensics:Advanced Investigative Strategies
- Elasticsearch Blueprints
- Android高級開發實戰:UI、NDK與安全
- Android智能手機APP界面設計實戰教程