this post was submitted on 30 Jun 2023
2 points (100.0% liked)

Game Development

3380 readers
24 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.

Community Wiki

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] stickyShift@midwest.social 1 points 1 year ago

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