πVolcano
Level 1
https://github.com/LevelZ-File/examples/blob/master/2D/volcano/1.lvlz
Level 1 utilizes random features with both basic and cracked stone to be lined up somewhere, along with magma to be placed under said stone.
Level 2
https://github.com/LevelZ-File/examples/blob/master/2D/volcano/2.lvlz
Level 2 utilizes more random features combined with a matrix operator to spread out either magma or lava across the floor, while also placing regular and cracked stone.
Level 3
https://github.com/LevelZ-File/examples/blob/master/2D/volcano/3.lvlz
Level 3 pulls it all together with a custom 2D scroll value, blocks with multiple properties, and matrix operations.
Last updated