# .font: font.text_2
2022-10-18 12:30 dustin  
# .font: font.text_1
- mystic ruins -  
  
In this puzzling cave, the magic works only for the length of an eye blink!  
  
-----------------------------------------------------------------------------------------  
  
random fill: space 50, | 30  
random seed: 1  
  
remix version: extra size with more magic walls to represent a magic wall timer of 0 (1 frame).  
  
------------------------------------------------------------------------------------------  
  
ideas behind the cave:  
\ puzzle: how to get more than 1\ if the magic wall only runs for 1 frame?  
\ once you get the idea, it's still quite some work for ^ to do it in practice.

# .font: font.text_2
2022-10-18 13:29 DarkStoorM  
# .font: font.text_1
This might be even more difficult to get more \\\ than in the slime cave back then :D

# .font: font.text_2
2022-10-18 13:55 DarkStoorM  
# .font: font.text_1
Hmmm, now I think the maximum \:s here is 8, but I need to test it later, I overlooked the obvious solution :D

# .font: font.text_2
2022-10-18 16:50 dustin  
# .font: font.text_1
 darkstoorm , 8\ are enough on l1-3 but not l4 and 5. ;)

# .font: font.text_2
2022-10-18 17:35 nesdori  
# .font: font.text_1
i have a feeling that even 10\ is not enough for lvl5, or maybe it's lvl 6 :)

# .font: font.text_2
2022-10-19 12:34 dustin  
# .font: font.text_1
 nesdori , your feeling is absolutely true! :d however, it seems that there's still room for l6 because i thought that it would depend on the random seed whether more than 10\ are possible, and i couldn't find a way to do it with this l1 seed. but obviously you have, because your score is bigger than 3*40+7*90+240 :d

# .font: font.text_2
2022-10-19 12:40 nesdori  
# .font: font.text_1
 dustin , you missed something; the ||| don't have to be on straight line to get 10\. and because of this, it's possible to get 11\ with this l1 seed and probably with any seed :)

# .font: font.text_2
2022-10-19 14:01 nesdori  
# .font: font.text_1
 dustin , .. excluding seeds where there are unremovable ||| on top of the mw :)

# .font: font.text_2
2022-10-19 20:51 dustin  
# .font: font.text_1
 nesdori , there's regular dirt above the magic walls, so then it works with every seed. cool! :d

# .font: font.text_2
2022-10-20 10:39 nesdori  
# .font: font.text_1
my solution free. to get 11. \ using the cso-trick the row for rightmost ||| must be at least one row higher than the most attractive all-dirt row. but it's not a problem.. :)

# .font: font.text_2
2022-10-20 11:03 DarkStoorM  
# .font: font.text_1
ooooooh  nesdori , I thought you did something else, like first dropping a boulder that rolls down on the right wall while ^ drops the left row of boulders :D

# .font: font.text_2
2022-10-20 16:25 dustin  
# .font: font.text_1
ah. now that i watch it, it looks pretty simple. still more tricky than it will be with the actual l5 seed ;)