adamleesaintfrancis / spacewar

Automatically exported from code.google.com/p/spacewar
0 stars 0 forks source link

Retrieve opponent's flag kills you #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Navigate with a ship and touch your opponents flag 

What is the expected output? What do you see instead?
You should obtain the flag so you can take it back to your base, instead
you die.
It seems in Ship.java that when you "collide" with the flag, set alive is
set to false on the ship instead of the flag. (see attached patch)

What version of the product are you using? 
latest svn

Original issue reported on code.google.com by ptur...@gmail.com on 12 Apr 2008 at 8:47

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed, thanks for the report.

Original comment by jfa...@gmail.com on 15 Apr 2008 at 9:14