How make Artificial intelligence in game?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By abbos

I want to make a game where a number of people are traveling in the city and one of them is a criminal and we have to kill him in a secluded place. Do you have a solution?

When using AI, i would highly recommend using a Behaviour Tree. There is a great Godot Addon called “BTree”: GitHub - fian46/addons-btree: Visual Behavior Tree . The concept of a Behaviour Tree is widely used, so you can find a lot of Tutorials on the Internet.

DiMiMi | 2020-10-09 07:58