Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在用 THREE.js 制作赛车游戏。我想问一下,我怎样才能将人工智能放在敌人身上,以便他们可以搜索玩家并击中玩家。什么样的算法用于游戏中的人工智能以及以何种方式。
搜索是一个广泛的主题:看看 A* 是否符合您的要求。
这里有一个关于在 JavaScript 中实现它的详细页面