pppery

Results 24 comments of pppery

It would also be nice to enforce the rule that the user is a non-contributor on tagging - I just declined a U5 page tagged with Twinkle where the user...

The protection of `startLevel` is only security through obscurity.

Changes to canvas.stroke no longer persist across levels as of #442. I see no reason to prevent you from doing this in one level - you're shooting yourself in the...

The general bug you are exploiting still exists, however #434 made it slightly harder to exploit, breaking the specific trick you are using.

> I can walk over moveable boulders if they cannot move Looks deliberate (a comment in the level file says "or maybe you can even squeeze yourself through them,") >...

@esolitos Actually, you can't; the game modifies all loops in level code to have an execution timeout.

I in fact have a bonus level written that I may PR at some point that relies on the line length limit combined with mocking comments (originally, trailing whitespace) written...

Could you be more specific? There's no reason you shouldn't be able to rapidly restart a level to make tweaks to your code.

Huh? The game doesn't try to prevent you from using `console.log` in the first place. (`window` is verboten for unrelated reasons). In any case, this should be fixed by #464...

Do note that any attempt to add editable code to that level will make it much harder to secure.