i am wondering if anyone knows how to make lava grow from the ground like the lava from Avalanche by the game homepage but in 2d gameplay
I haven't seen the game you mentioned, but in a similar method to my answer to this question (about 3D liquid), you could use a 2D particle-like "metaballs" system and render their combined surface using the 2D Marching Squares algorithm.