# .font: font.text_2
2022-07-17 21:03 dustin  
# .font: font.text_1
finally this is bd2-l but with random seed 10.  
  
original seeds: 12 8 7 9 11  
  
10 is obviously missing, and once again for a very clear reason: it's unsolvable because ^ is trapped between ||||!   
  
to make it solvable, i added an empty space so ^ can escape by pushing the right |.  
  
hope you found this mini series interesting! i always like to do research connected to the original games, and the random seed analysis was part of my bd1+2 level 6 project anyway :)

# .font: font.text_2
2022-07-17 21:45 dustin  
# .font: font.text_1
note that bd1-a also used random seed 10, so you can recognise ^'s "birthplace" in the top-left corner! the same goes for "abandonned random seeds 4/7" :d

# .font: font.text_2
2022-07-18 00:25 nesdori  
# .font: font.text_1
 dustin , thanks for the series! i enjoyed reading your analysis. i agreed with your conclusions that why certain seeds were rejected :)

# .font: font.text_2
2022-07-18 00:57 dustin  
# .font: font.text_1
you're welcome  nesdori  and thanks for your interest :)

# .font: font.text_2
2022-07-18 10:12 Arno  
# .font: font.text_1
hi  dustin , i second  nesdori 's comment. this was very interesting! :-D

# .font: font.text_2
2022-07-18 19:51 dustin  
# .font: font.text_1
thx  Arno  :)