ENTERING RULES: * L - left R - right [Simple] * N - point up S - point down [+Advanced] * E - point right W - point left * U - u-turn A - ahead (any letter will do) * Any other letter will not change direction. Make sure the rule is in capitals! * Adding a DIGIT after a letter will indicate how many steps the ant will go forward (except 0). Watch the pattern! Turbo mode (shift+click on green flag) is recommended.
About Langton's ant: https://en.wikipedia.org/wiki/Langton%27s_ant This one is modified to have 6 more commands and an optional number after the command (not the hexagonal one in Wikipedia!) ============= ENTER THESE RULES: LR - original one LLR - instant highway LLRLL - grows a square RRLLLRLLLRRR - grows a triangle ULLL - spiral / growing rectangle RLEL - weird stuff LRRL3 - space filler LR2RL - fast growing spiral RR3RR5 - box creator / weird spiral expansion have fun.