• TehPers@beehaw.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    While impressive, a minifier can bring it down to 1 line of JS! I do like that this can function as a reference for making simple canvas-based games though.

    • monica_b1998@programming.devOP
      link
      fedilink
      arrow-up
      1
      ·
      24 days ago

      you’re technically correct, but the number of lines is mentioned to show the approximate complexity of the code. 200 lines means approx 200 instructions (I’m not counting empty lines, comments etc.) and that gives everyone a pretty good idea of how (un)complicated the game is.