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

A bug or different version? #5

Open
AhmedAmrMohamed opened this issue Oct 4, 2018 · 0 comments
Open

A bug or different version? #5

AhmedAmrMohamed opened this issue Oct 4, 2018 · 0 comments

Comments

@AhmedAmrMohamed
Copy link

I was getting an error every time i tried to run the game maybe python3-running-python2 problem However i fixed it bu by changing line 317 to
for i in hit_ships:
and lines 329 : 333 to:
for k in hit_ships: k.kill() for i in hit_ships[k]: i.kill() ship.score += 10
now it's working perfectly.

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