Skip to content

Improve enemy movement #38

@lunacys

Description

@lunacys

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions