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

Enemy spaceship behavior #8

Closed
indexhever opened this issue Oct 16, 2020 · 0 comments
Closed

Enemy spaceship behavior #8

indexhever opened this issue Oct 16, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@indexhever
Copy link
Owner

  • There is at least one type of enemy spaceship
  • It will shoot bullets in different directions at the same time while moving on the screen
  • There may also have an enemy who shoots towards the player's position
@indexhever indexhever added the enhancement New feature or request label Oct 16, 2020
@indexhever indexhever changed the title Enemy spaceship spawning Enemy spaceship behavior Oct 16, 2020
indexhever added a commit that referenced this issue Oct 21, 2020
Enemy spaceship can spawn on the left or right side of the screen.
Starting from there, they fly to the other side.

See: #8
indexhever added a commit that referenced this issue Oct 21, 2020
When enemy spaceship arrives at the other side, it will return to pool
alive. That means the player will not receive points.

See: #8
indexhever added a commit that referenced this issue Oct 22, 2020
Enemy spaceship will fire at different firer rotation. This type of
enemy was also removed from total enemies amount. Now only asteroids
count as enemies to kill. This enemy will still give more points when
destroyed.

See: #8
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant