probe
Test a candidate code string to learn how many glyphs match the secret in position (ALIGNED) and out of position (DISPLACED). Use these counts to deduce the correct code.
Instructions
Reconnaissance. Test a candidate code -- a string of glyphs from the alphabet, exactly code_length long. Returns ALIGNED (correct glyph in the correct slot) and DISPLACED (correct glyph in the wrong slot) counts. Costs one attempt. A probe NEVER opens the lock; it only gathers information. Probe to deduce the secret.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| approach | Yes |