How would you make fnaf 2 ai
Instead of giving you answers I’ll show you how I’d approach it
- make a list of unique actions/events
As an example
1-wandering
2-searching
3-chasing
4-jumping
-
figure how to get your AI to do each separately
-
using state trees or behavior trees or a diff method make the AI do these in a way that makes sense
-
bug fix
-
repeat 4 until it feels smooth