Talk:MechaniQue
Jump to navigation
Jump to search
So I made a TIO Interpreter for this language. Program goes into the first argument. Have fun! Also, I edited how ROT and PATH work; now they are ROTn_c
and PATHn_c
, where the c
replaces the 6 in their definitions. So you can write ROT3_4
and it will trigger in this pattern: ..X...X...X.
. Path is similar: PATH3_4
is ..X..X....X..X..
. Have fun! :)
UPDATE: I made it interactive! The link for the interactive version is this repl.it. If necessary, you can copy that source. :) --Monochromeninja, Python programmer (talk) 18:53, 9 February 2022 (UTC)