PMG Coding Challenge Snippet #1:

PHOTO EMBED

Thu Jan 11 2024 19:22:34 GMT+0000 (Coordinated Universal Time)

Saved by @TechBox

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