Closed Holl4444 closed 18 hours ago
returned playAgain to true inside the while loop. The game now restarts but the game over alert gets triggered.
Removed playAgain as game now looping indefinitely
Line 18 comparison not operator inverts the answer from true to false (assumption)
During testing we realised that we have a working game. We believe the issue was due to the live server stuck in an inifite loop. Having gone through line by line we cracked it!
After losing game and choosing continue, game still ends.