this post was submitted on 30 Jun 2023
2 points (100.0% liked)
Game Development
3409 readers
12 users here now
Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is pretty cool. I recently implemented an AI searching behavior by choosing a random location to search within a circle centered on the player's past seen location, with radius of playerSpeed * timeSinceLastSeen. This seems a bit smarter, if more predictable