A cool thing I made with custom blocks. HOW TO REMIX: The "Init Letter" block: This will create a letter that will transform into different letters each time the "Calculate" block iterates. This will generate a string in a systematic way. Input 1: Starting letter Input 2: What the letter will transform into Input 3: What the letter means in the "Draw" block. 0 = move forwards, 1 = turn Input 4: Value amount for input 3 The "Generate" block: This will generate your string that will be fed into the "Draw" block. Input 1: Starting seed for generation Input 2: Number of iterations The "Draw" block: This just turns your string into the fractal. Input 1: Put the "Str" variable into this input.