Issue 25: [Intermittent] All instances of the game are assigned to the same player
Project Member Reported by fww...@gmail.com, Apr 5, 2010
What steps will reproduce the problem?
1. Start a 2 player game on localhost

What is the expected output? What do you see instead?
Sometimes both instances of the game will be assigned to the same player.
This makes the game unplayable since there is no interface that allows the 
other player to end their turn.

This only happens rarely (maybe 5% of the time) and I don't know if it ever 
happens when running instances on different computers.

However, the implications of this bug are quite drastic (would require a 
complete restart of the game) so I think it is worth trying to fix.

Note that this may be related to  issue 1 :
https://code.google.com/p/oceanwar/issues/detail?id=1

Apr 5, 2010
Project Member #1 fww...@gmail.com
Hatice and I experienced a similar and probably related problem when doing the mock 
acceptance test. We were running on two separate computers, and when the game started, 
we each had 2 instances of the MainUI running with both instances on my computer set to 
my player and both instances on her computer set to her player. This only happened once 
during a testing period where we started a good twenty games. We were unable to 
identify any cause for this behavior.