Skip to content
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

Bonus Level AB_3_BoulderMadness.jsx #490

Open
tiger12506 opened this issue Jan 11, 2023 · 1 comment
Open

Bonus Level AB_3_BoulderMadness.jsx #490

tiger12506 opened this issue Jan 11, 2023 · 1 comment

Comments

@tiger12506
Copy link

It seems to me that the intended solution is buggy. I can walk over moveable boulders if they cannot move, and towards the end of the level near the exit, some of the boulder's ... ehhh hem... colors... are not representative of what they actually are. Also, the blanks that you can write in will not allow you to write in the first character.

@pppery
Copy link
Contributor

pppery commented Jan 14, 2023

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,")

and towards the end of the level near the exit, some of the boulder's ... ehhh hem... colors... are not representative of what they actually are

It looks like the game can place trapBoulders on top of other kinds of boulders. That might be what's happening (although I couldn't reproduce)

(No comment on the first character issue, which I suspect happens in all levels with sub-line editables. Line length isn't an issue here, so that doesn't matter.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants