# .font: font.text_2
2022-11-05 10:57 dustin  
# .font: font.text_1
cave data:  
random seed: (111) 8  
diamonds required: (20) 21 = all available ones  
cave time: (240) 240  
  
here the difficulty solely depends on the random seed. (classical examples are bd1-b, k). the selection was quite time-consuming because the cave demands that there's one explosion necessary but also sufficient, so more than half of the seeds had to be sorted out.  
the ordering of the five seeds was according to my subjective feeling how difficult i found them (so no objective "random seed difficulty value" this time).  
  
----------------------------------------------------------------------------------------  
  
what makes it harder than l1:  
as mentioned above, the random seed is the only real difference, so here's my subjective comparison:  
  
i split it into three aspects:  
\ finding the spot where the firefly is needed  
\ doing the explosion in practice  
\ doing the rest of the cave without any more explosions  
  
level 1:  
\ it's not completely obvious where the firefly is needed, but after 1-2 attempts, it becomes clear that ^ cannot enter the right half of the cave without the firefly.  
\ doing the explosion is also not trivial but there are two different possibilities: one of them is shown in  darkstoorm 's or  nicol 's runs, the other in my run.  
\ the rest of the cave was quite easy to me, at least compared with all other seeds. only the lower-left diamond could be slightly tricky.  
if i would rate all these aspects with subjective difficulty points, my score for H/1 would be 1+1+1=3 points.  
  
actually i found l1 already not so simple; i checked around 50 more seeds but i didn't find an easier one, so i decided that it had to be good enough :d  
  
level 2 (this one):  
\ finding the right spot where the firefly is needed looks harder to me than l1 because one might think it's possible to do it without the fly. i actually invested 3-4 attempts until i was sure that it's not possible to do the cave without using the fly.  
\ doing the explosion is clearly trickier than l1 because the timing is not as intuitive.  
\ the rest of the cave also has some trickery: the lower-left diamond might require to move down followed by ||| without seeing in advance where ^ moves. the bottom-right part demands a detout and foresighted play or some diamonds will get blocked off.  
subjective difficulty points for H/2: 3+3+4=10  
  
so far my subjective random seed difficulties are:  
(3) 10

# .font: font.text_2
2022-11-05 14:12 Electronvolt  
# .font: font.text_1
Solved while listening to deep Shepard tone for that cave vibe. ;)  
<a href="https://www.youtube.com/watch?v=SOktcEUEnS0" target="external">https://www.youtube.com/watch?v=SOktcEUEnS0</a>

# .font: font.text_2
2022-11-06 00:57 dustin  
# .font: font.text_1
:d