Chapter 4. Creating an Enemy AI
Pretty much every game has bad guys and it is no different in GAS. In this chapter, we will create our very own enemy artificial intelligence (AI) that can shoot at the player. Here is what you will learn:
- How to register a new AI class
- How to make the AI detect the player and not move
- How to make the AI shoot the player
推薦閱讀
- scikit-learn Cookbook
- 零基礎學Visual C++第3版
- Moodle Administration Essentials
- Maven Build Customization
- 深入淺出Java虛擬機:JVM原理與實戰
- 跟小海龜學Python
- ASP.NET動態網頁設計教程(第三版)
- Django Design Patterns and Best Practices
- Python 3網絡爬蟲實戰
- C/C++常用算法手冊(第3版)
- Java程序設計與實踐教程(第2版)
- Podman實戰
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Getting Started with React Native
- Selenium WebDriver Practical Guide