Click a green flag! It draws a honeycomb pattern where you can change side, position, and rotation by dragging the sliders. The pattern expands or contracts to fill the stage when you change side. Press the space key to draw slower. A goal is that each line should only be drawn once, but also that the frame rate should be as high as possible. The pen color is counted up for each line drawn by a random number 1-6 (like a dice). You can force a start color by holding down one of the keys R (red), G (green), B (blue), C (cyan), M (magenta), Y (yellow), K (black/Kohlen), W (white). When the color reaches white it stops counting up. Arrow keys move the pattern. #Art
See https://en.wikipedia.org/wiki/Honeycomb The code will probably be improved, so check back in a few days or weeks. It also works on Forkphorus and TurboWarp, and the lines look smoother there: https://forkphorus.github.io/#1124863612 https://turbowarp.org/1124863612 Forkphorus has the highest framerate.