Log In  
Page:
1
2

*Lavas in Level 6 can be completely cleared out like this:

*WALL IS NOT WALL eliminates all the walls in level 20:

*You may also pass level 29 without even pushing the key (EDIT: is fixed):

and crash the game like this, using AND for duplication:

Maybe a WALL IS WALL sentence can be added?


1

@thePixelXb_ the first two things with level 6 and level 20 are intentional. But I fixed the last one by adding "wall is wall" to level 29.


It is strange that when I tried to load the baba_demake-7.p8.png, it said no cart found. Maybe I have to try a different Pico 8 version


@ooooggll
minor bug report :
Spoiler tag since the screenshot shows a nearly completed level.


In the screen shot, "wall is not stop" takes precedence over "wall is stop", as intended, but once you add "wall is win" into the mix, suddenly, it's "wall is stop" that takes precedence over "wall is not stop" for some reason.
No big deal since you can easily do "baba is you"+"baba is win", but a small bug nevertheless, I think.


@ooooggll
For some reason you can do this in level 29
(I saw your solution after I did the level)

Spoiler Soln 1:-

and you can do this extended version too

Spoiler Soln 2:-


Spoiler Txt:-


I don't know how 'Wall is Push' & 'Wall near Baba is Push' are able to override 'Wall is Stop and Wall'
Is it due to the priority of those actions/limitations?

I don't know if these solutions are intended (just letting you know)


@MeowKittens9 I forgot to add WALL IS NOT PUSH to that level apparently (looks like I did something similar in many levels). I'll fix that unintended solution.

The ability to push WALL while WALL IS STOP is actually intended. STOP doesn't prevent it from being pushed, but the walls weren't meant to be pushed in that level.


@oooogg11 on level 31 is it intended to do "not wall near baba is rock" to make everything rock then disabling it to get to the flag?


I'm guessing this is not intended? (Level 28)


@davidx9426 it's not necessarily the intended solution, but in order to form that sentence, you'll need to have already broken out of the level anyway. At that point it's easier to just break WALL IS STOP.

@Brody how exactly did you form HEDG IS BABA? There might be a bug I need to look at. Either way, I guess I can fix that particular solution by adding HEDG IS HEDG.

Edit: I figured out that it's somehow possible to push a block of text through a wall with some setup of overlapping Babas. I might need to try and fix that bug (if I can still understand my own code) but for now I've added BABA IS STOP to level 28 to prevent overlaps at all.


I'm stuck on level 25. I know I have to alternate between Baba and Keke somehow. But when I do Baba is Keke is Baba, it doesn't work.At what level is it inspired?


I think lvl 29 is broken i tried to use the solution of the walk trought and its imposible


@Urruchi I don't know what you mean. Level 29 is working fine for me.

@lueffy it sounds like you're on the right track. Hint:

Just make sure both BABA IS YOU and KEKE IS YOU.


Page:

[Please log in to post a comment]