Skip to content

Develop basic AI for the enemy #10

@Slyron

Description

@Slyron

Once the enemy is put into the unreal engine we will need to program it to respond to the players location within the world. The enemy should be able to:

  • Be in an idle animation state when the main character is not close enough for it to attack.
  • Switch to an attacking state once our character gets within a certain radius of enemy.
  • Possibly have the hitbox get larger when attack is triggered.

Other possible ideas for future:

  • Make the radius of the enemies changeable depending on location.
  • Make it so that if enemy is next to wall that it doesn't try and attack through wall.
  • Change strength of attack or be able to add effects based on enemy variant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions