# .font: font.text_2
2020-07-16 21:40 DarkStoorM  
# .font: font.text_1
This is the final cave of the series. I planned on releasing 70 more caves, regular this time, but I have to get back to work on my website and a BD clone. I need to take a small break, because this is too addictive :-D  
  
This is a compilation of 6 caves with the same seed and values, different algorithms  
From top, left:  
1) JS Math.random() randomly seeded  
2) JS Math.random()  
3) C64  
4) Mulberry32  
5) LCG (Lehmer)  
6) SplitMix32  
  
Seed: 255  
Densities:  
- Diamond: 14  
- Boulder: 62  
- Space: 84  
- Firefly: 89  
- Butterfly: 96  
- Brick Wall: 103  
- Titanium wall: 108

# .font: font.text_2
2020-07-16 23:23 Piter  
# .font: font.text_1
do you have any beta of your bd-clone? i'm also writing clone... i'm curious. what language? what platform?

# .font: font.text_2
2020-07-16 23:58 DarkStoorM  
# .font: font.text_1
Not yet  Piter , it will be a C# WebGL build. My recent cave generator will be a part of it :D

# .font: font.text_2
2020-07-17 09:12 Piter  
# .font: font.text_1
my version is written in mingw/c++ using sdl libs. if you'd like to test it, i can share it somehow. on  Arno 's site there isn't any demo now.