This is the online version of the HexFlow documentation.

Entries which are blurred are spoilers. Click to reveal them, but be aware that they may spoil endgame progression. Alternatively, click here to get a version with all spoilers showing.

A list of all the patterns I've discovered, as well as what they do.

Oak SaplingHexFlow Patterns

Pure Thoth (list, list → list)

Your browser does not support visualizing patterns. Pattern code: dadadad

Similar to Thoth's Gambit, but won't copy the original stack inside each sub-execution.


Conway's Gambit (list, list → list)

Your browser does not support visualizing patterns. Pattern code: waawadadad

Similar to Thoth's Gambit; for data list with length n, it executes n - 1 times; The first initial stack is the first two elements, and each subsequent execution uses the stack after the last execution.


Build Nested (list, num → list)

Your browser does not support visualizing patterns. Pattern code: edqdeqdwewwdwqwdwwew

Copy list #0 and set back to index #1


Transplant's Exaltation (list, list, any → list)

Your browser does not support visualizing patterns. Pattern code: wdwawedqdewawdw

List iota #0 is the nested list to be modified. According to the index sequence given by list #1, traverses to the inner layer, and sets the corresponding element to iota #2.


Noob Num Reflection (→ number)

Your browser does not support visualizing patterns. Pattern code: aqawdedq Your browser does not support visualizing patterns. Pattern code: dedwaqae

The starting cumulative number is 0; putting the initial direction to →, all ↗ makes the result * 2 + 1, all → makes it * 2, and all ↘ for / 10. Starting with the patterns on the right negates the result.


Mass Rotation Gambit (many, num, list → many)

Your browser does not support visualizing patterns. Pattern code: edqdewawddw

Accepts the size to reorder and a bottom-to-top order list, and do the corresponding reorder to the rest of the stack. For example, 3 plus [1,2,0] for Rotation Gambit, and 2 plus [0,1,0,1] for Dioscuri Gambit


Contemplation

Your browser does not support visualizing patterns. Pattern code: qqqaww

Same as Consideration, but with lowest execution priority, and won't grow in 2^n formula exponentially inside nested Intro-Retros