- 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.
- AngularJS Testing Cookbook
- Node.js 10實戰
- 跟“龍哥”學C語言編程
- Learning Flask Framework
- Mastering Natural Language Processing with Python
- HTML5+CSS3網站設計基礎教程
- Access 2016數據庫管
- PostgreSQL Replication(Second Edition)
- Apache Kafka Quick Start Guide
- GitHub入門與實踐
- Android從入門到精通
- JavaScript程序設計實例教程(第2版)
- Python算法交易實戰
- SEO的藝術(原書第2版)
- 快速搞定Spring Boot+Vue全棧開發