Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve enemy movement #38

Open
lunacys opened this issue Sep 8, 2024 · 0 comments
Open

Improve enemy movement #38

lunacys opened this issue Sep 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lunacys
Copy link
Contributor

lunacys commented Sep 8, 2024

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
@lunacys lunacys added the enhancement New feature or request label Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant