-
Notifications
You must be signed in to change notification settings - Fork 711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line limit is annoying #355
Comments
We mostly established the character limit just so that people wouldn't go too crazy with solutions -- after all, as you can see, there's a lot that you can squeeze into a single line, especially if there's no character limit. But the 80-char limit is admittedly pretty arbitrary. We'll have a discussion and see what we want to do about it. |
I know! Implement it on a per-level basis. That way, you can have longer limits if the solution needs them, and shorter limits to prevent crazy solutions like mine. (Incidentally, what's the easiest way to pass |
@ghost |
Dupe of #142 |
On
/bonus/pushme.jsx
, I was trying the following creative solution:projectile:1,interval:100,behavior:function(m){m.move('up');}});({
Basically the code works like this:
However, the important piece
type: 'dynamic'
is missing. This is because if I type it I run out of characters.Is there a reason for the character limit? Because the editor seems to be able to scroll well beyond this limit.
The text was updated successfully, but these errors were encountered: