# .font: font.text_2
2023-04-28 13:43 nesdori  
# .font: font.text_1
i guess the intended is 43 + "Mi" :) I can't see any bonus \\\, at least yet :)

# .font: font.text_2
2023-04-28 14:28 dustin  
# .font: font.text_1
 nesdori , i wouldn't be too surprised if there were bonus \\\; although my run feels quite effeicient to me, i'm far from disproving the possibility ;)  
  
basically i wanted to make a symmetric cave, include some trickery and see how many \\\ i could get :)

# .font: font.text_2
2023-04-28 16:40 nesdori  
# .font: font.text_1
 dustin , yes, my solution also is quite efficient and straightforward because there really isn't many possible variations. that's why i thought that it probably is the same as the intended. you can actually check if our solutions are same if you crack the "mi" code (hint: the number of end points of line segments in letters 'm' and 'i' combined is 7 :)

# .font: font.text_2
2023-04-28 22:18 dustin  
# .font: font.text_1
ahh, that's a code! i thought that "m" obviously means "magic" and wondered about the "i"... :d

# .font: font.text_2
2023-05-01 13:55 Arno  
# .font: font.text_1
ah, now i see that the "mi" means more than just "7" being the number of \\\ to be converted from |||.  
  
if i have time i'll record a demo, but this implies that my solution is essentially the same as  nesdori 's. :-D

# .font: font.text_2
2023-05-01 18:52 dustin  
# .font: font.text_1
 Arno , i think "mi" is the shape of the seven ΠΠΠ which  nesdori  converted ;) but i was too lazy yet to make my run again and check if my seven ΠΠΠ are also "mi"-ish :d

# .font: font.text_2
2023-05-01 19:23 Arno  
# .font: font.text_1
indeed; the leftover ||| together form the shapes of an "m" and "i"! ;-D

# .font: font.text_2
2023-05-01 20:45 dustin  
# .font: font.text_1
ah yes i see :d  
i don't recall if i made exactly the same blasts, but the principle was definitely the same, including the push of the top-left Π :d