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

Develop basic AI for the enemy #10

Open
Slyron opened this issue Nov 24, 2020 · 0 comments
Open

Develop basic AI for the enemy #10

Slyron opened this issue Nov 24, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@Slyron
Copy link

Slyron commented Nov 24, 2020

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.
@Slyron Slyron added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Development

No branches or pull requests

1 participant