2014-02-20, 09:17 PM
Not sure how to help you. You need to give more information. If this is your real code, I suggest fixing some of the errors in it too.
is pretty much a logic error.
Code:
while((!player1.hasWon) && (!player2.hasWon));is pretty much a logic error.

