- Learning Game AI Programming with Lua
- David Young
- 172字
- 2021-08-05 17:02:09
Preface
Game AI is a combination of decision making and animation playback. Although classic or academic AI is focused solely on finding the right decision to make, game AI is responsible for acting on numerous decisions over time. Treating game AI independent from animation is a classic mistake that this book avoids by integrating animation and locomotion systems immediately into the AI systems. This subtle difference of decision making and execution changes many of the aspects that game AI programmers have to focus on.
The other large issue with game AI is regarding the specific needs and implementation strategies that are genre-specific. In order to prevent a watered-down approach, this book focuses on one specific genre, which is the first- and third-person action genre. Limiting the AI to this decision allows for an in-depth, tutorial-based approach of creating a full AI system. The overall goal of this book is to create an AI sandbox composed of professional level C and C++ open source libraries exposed to an AI system scripted in Lua.
- MySQL數據庫進階實戰
- 劍破冰山:Oracle開發藝術
- Test-Driven Development with Mockito
- Python數據分析、挖掘與可視化從入門到精通
- Live Longer with AI
- 大數據時代下的智能轉型進程精選(套裝共10冊)
- Spark核心技術與高級應用
- WS-BPEL 2.0 Beginner's Guide
- 大數據架構和算法實現之路:電商系統的技術實戰
- Learning Proxmox VE
- 數字媒體交互設計(初級):Web產品交互設計方法與案例
- 計算機應用基礎教程上機指導與習題集(微課版)
- PostgreSQL指南:內幕探索
- 爬蟲實戰:從數據到產品
- 大數據數學基礎(Python語言描述)