- Practical Game AI Programming
- Micael DaGra?a
- 257字
- 2021-07-02 20:43:03
Preparing a possibility map (FPS)
At this point, we are able to understand what a possibility map is and how it can be used to create an AI character that behaves accordingly to different situations in the game. Now that we understand how to use a possibility map, let's create a practical example where we programmed our AI character to successfully defeat the player. For this example, I'll be using two models, one represents the AI enemy that we are programming and the other one represents the player.
We'll create a common example, where the AI is protecting the entrance of a building that the player needs to enter in order to deactivate a bomb and complete the level. Let's imagine that we already have the player fully programmed and that we now need to focus on our AI enemy, as shown in the following screenshot:

Before writing any line of code we need to think about the possible situations that can occur and how our AI will react to them. First, we'll be simplifying the situation by breaking down our stages into a simple 2D visualization that will be used as a reference to determinate distances and other relevant parameters.

After simplifying the situation, we are ready to start planning the possibilities. The player is allowed to move around the building. Note that there's only one entrance, and that entrance is protected by our enemy AI. The arrows represents the direction that the characters are facing, and this will be an important aspect to our planning.
- Moodle Administration Essentials
- Offer來了:Java面試核心知識點精講(原理篇)
- HTML5 Mobile Development Cookbook
- Java程序員面試算法寶典
- Interactive Applications Using Matplotlib
- 微信小程序開發解析
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- Gradle for Android
- C語言程序設計
- Natural Language Processing with Java and LingPipe Cookbook
- Vue.js應用測試
- 實戰Java高并發程序設計(第2版)
- Unity 2017 Game AI Programming(Third Edition)
- Practical Maya Programming with Python
- Raspberry Pi Blueprints