2014-02-20, 09:59 PM
Jedward Wrote:Locked did you spot any other errors? I don't actually think that loop is an error, but maybe you can tell me why I'm wrong. That loop just does nothing while checking if player1 or player2 have won, so as soon as either of the booleans return true (false with the negation), the loop ends and the last part of CardGame runs.
The loop does nothing. It terminates because it reaches the semicolon.
Ignore me.
Use notify or notifyAll?

