Fold a strip of paper once, then again and again, always folding the same way, until the strip is a compact packet. Open every crease to a right angle and the strip traces a shape that doubles its complexity with each fold - the dragon curve, discovered in 1966 by three NASA physicists doodling with paper, and named for the sinuous outline it draws. The open direction of every crease follows a fixed infinite pattern: the one-sided paperfolding sequence 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1...
Dragon Curve Generator computes the paperfolding sequence by its fold recurrence - even positions mirror earlier terms, odd positions alternate - and shows every term as a digit and as a turn: 1 means a right turn, 0 a left turn, the instructions a turtle would follow to draw the curve. Choose a start index and a count; copy or download the run as index, digit and turn rows.