- Unity 2017 Game AI Programming(Third Edition)
- Ray Barrera Aung Sithu Kyaw Thet Naing Swe
- 164字
- 2021-07-02 19:14:13
Summary
Game AI and academic AI have different objectives. Academic AI researchers try to solve real-world problems and prove a theory without much limitation in terms of resources. Game AI focuses on building NPCs within limited resources that seem to be intelligent to the player. The objective of AI in games is to provide a challenging opponent that makes the game more fun to play.
We learned briefly about the different AI techniques that are widely used in games such as FSMs, sensor and input systems, flocking and crowd behaviors, path following and steering behaviors, AI path finding, Navigation Meshes, behavior trees, and fuzzy logic.
In the following chapters, we'll look at fun and relevant ways you can apply these concepts to make your game more fun. We'll start off right away in Chapter 2, Finite State Machines and You, with our own implementation of an FSM, and we'll pe into the concepts of agents and states and how they are applied to games.
- ExtGWT Rich Internet Application Cookbook
- Android和PHP開發最佳實踐(第2版)
- SpringMVC+MyBatis快速開發與項目實戰
- 軟件界面交互設計基礎
- 跟“龍哥”學C語言編程
- Vue.js 3.0源碼解析(微課視頻版)
- NativeScript for Angular Mobile Development
- Linux網絡程序設計:基于龍芯平臺
- 零基礎學單片機C語言程序設計
- HTML5從入門到精通 (第2版)
- Learning Apache Cassandra
- Java程序員面試筆試寶典(第2版)
- UI設計全書(全彩)
- Building Slack Bots
- 從零開始學Selenium自動化測試:基于Python:視頻教學版