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

Implement enemy AI #11

Open
Calinou opened this issue Sep 19, 2021 · 0 comments
Open

Implement enemy AI #11

Calinou opened this issue Sep 19, 2021 · 0 comments
Labels
mvp Required for a working game

Comments

@Calinou
Copy link
Owner

Calinou commented Sep 19, 2021

Related to #10.

The game has many different enemies, but there is likely common AI logic that needs to be implemented.

  • Physics.
  • Animation playback.
  • Moving towards the player and shooting.
    • Measure if shooting happens more frequently when an enemy is up close.
  • Taking damage and dying.
@Calinou Calinou added the mvp Required for a working game label Sep 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mvp Required for a working game
Projects
None yet
Development

No branches or pull requests

1 participant