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 spawners/generators #10

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

Implement enemy spawners/generators #10

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 #11.

Enemy spawners should be implemented. Here's how they seem to work in the original game:

  • The spawner is made active once the player gets close enough.
  • It spawns an enemy of a given type every so often (the delay needs to be measured). It plays a "spitting out" animation while doing so.
    • There is likely a maximum number of alive enemies per spawner too; measure it.
  • Dealing damage to the spawner will eventually destroy the spawner.
@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