// Challenge Solution Part 1: Change the game won conditions with the score changes
if(score > 9999) {
score = 9999;
scoreDisplay.showNumberDec(score, false);
break;
}
// Challenge Solution Part 1: Change the game won conditions with the score changes
if(score > 9999) {
score = 9999;
scoreDisplay.showNumberDec(score, false);
break;
}