Bots How to make them

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

Does anyone have a clue how to make an bot that walks around on its own on a top down game

:bust_in_silhouette: Reply From: aXu_AP

Your question is quite broad, so I recommend starting with some tutorials that cover AI. For example, GDQuest has a video tutorial on steering behaviour. You could use such mechanism and select random points where the bots could wander.

:bust_in_silhouette: Reply From: PhantomPixel

For complete AI, you have to use a state machine.
But, if you want simple functions(like zombies), you can make them without AI.

State Machine tutorial:
Finite State Machine GDquest

:bust_in_silhouette: Reply From: PhantomPixel

For complete AI, you could to use a state machine.
But, if you want simple functions(like zombies), you can make them without AI.

State Machine tutorial:
Finite State Machine GDquest