Press the Green Flag and watch it create a new planet! Updates v0.2 - Added Jungle Planets - Added Oceanic Planets v0,1 - Initial game creation
Generates planets using an algorithm I ported first from Python, to create 2D terraria-like terrain. (This is obviously not generating Terraria-Like terrain) I created all of this on my own Algorithm: ===================== This algorithm is a growth-type algorithm where blocks build off of previous versions of themselves. For example, if a green block is placed, there is a chance that it will grow on to become another green block, which will later have a chance to grow, and so on.