-
Notifications
You must be signed in to change notification settings - Fork 1
Improve enemy movement #38
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently enemies simply walk towards player.
There are multiple possibilities:
- Path following - construct a path for an enemy to follow
- Pursuit - same as seek, but also predict player movement
- Collision avoidance - try to avoid collisions with other enemies
- Separation - try to separate from other enemies
- Queue
- Leader following
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request