An idle game in 200 lines of JavaScript

monica_b1998@programming.dev to Programming@programming.dev – 26 points –
slicker.me
2

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.

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.