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

Game ends when invaders touch ground? #4

Open
pahp opened this issue Apr 6, 2018 · 3 comments
Open

Game ends when invaders touch ground? #4

pahp opened this issue Apr 6, 2018 · 3 comments

Comments

@pahp
Copy link
Contributor

pahp commented Apr 6, 2018

When the invaders make it to below the ground level, the game is over (the game froze on this screen):

image

Is that how the original Space Invaders works? I thought it would just come over and hit me and take away a life.

Maybe that's a WONTFIX bug, but I thought I would point it out.

@pahp
Copy link
Contributor Author

pahp commented Apr 6, 2018

To be more accurate, I would think that the bottom invader would come and impact me, costing a life, but killing the invader, and that the invaders would then keep descending... now that I'm explaining it I wonder if implementing this isn't more work than it's worth.

@pahp
Copy link
Contributor Author

pahp commented Apr 8, 2018

Another way to handle this would be an invader touching the ground costs you a life but kills the invader. That way, you'd get a few more passes of the alien fleet to earn more points if you had lives left.

@pahp
Copy link
Contributor Author

pahp commented May 21, 2018

Now, it seems that that the invaders physically colliding with the ship do not kill it, even though the code seems to be written to catch this case. Players don't die until the invader hits the edge of the screen in the bottom row. I'm not sure exactly what we want here, to be honest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant