# .font: font.text_2
2022-10-24 10:52 nesdori  
# .font: font.text_1
room #4 actually is tricky! :D

# .font: font.text_2
2022-10-24 20:51 dustin  
# .font: font.text_1
words that weigh heavy from your mouth (or keyboard)! :d i also needed a while to figure out that and how it actually works!  
  
i wonder if "level 5" is still solvable. i haven't seriously tried because the cave now has standard cave size and i thought that's big enough for a cso cave :d

# .font: font.text_2
2022-10-24 20:57 nesdori  
# .font: font.text_1
 dustin , i actually thought about a room 5 with a gap of 4. i don't think it's solvable anymore with just 5|. but what's the minimum amount of ||| to pass it? i don't know (yet) :)

# .font: font.text_2
2022-10-24 21:45 nesdori  
# .font: font.text_1
 dustin , ok, now i think i know the answer because room #5 is doable with 6| and with 5| it's highly unlikely :)

# .font: font.text_2
2022-10-25 10:10 dustin  
# .font: font.text_1
the oeis should definitely have the sequence where a_n is the number of light ||| needed to get over a n-1 gap from left to right in boulder dash :d

# .font: font.text_2
2022-10-25 10:10 dustin  
# .font: font.text_1
*from right to left

# .font: font.text_2
2022-10-31 22:55 jpgerber  
# .font: font.text_1
Will there be a visible demo of this cave? It's very intriguing

# .font: font.text_2
2022-10-31 23:55 DarkStoorM  
# .font: font.text_1
I forgot about this cave! :D  
  
The room 4 I think is basically room 3, you still have to push a boulder through a 1-space gap between two ||, except you need to find a way to move this boulder formation left, also due to Cave Scanning Order, there has to be a diagonal line of boulders in order to push a light boulder to the left every frame.  
  
In this case, only one boulder needs to be position 1 tile down to the 1-gap pattern, so ^ can push the boulder,   
  
|.....-......-......  
......-|.....-......  
|.....-......-|.....  
.||^..-||^...-|^.... and keep pushing  
..TTT.-.|TTT.-|.TTT.  
......-......-.|....  
  
If there are other solutions, I'd like to know :D

# .font: font.text_2
2022-11-01 03:16 jpgerber  
# .font: font.text_1
Thank you :)

# .font: font.text_2
2022-11-01 22:11 dustin  
# .font: font.text_1
my solution also free, but it's identic to  darkstoorm 's :d  
  
thanks for the flowers  jpgerber  :)