Posted October 30, 2015
ZFR: The 4 directional movement (including for example '?' which means "move in a random direction") can give a whole new meaning to spaghetti code.
I did enjoy the randomization function at the end of the Befunge run tremendously. When I first noticed it, I was like "What the fuck?", followed by "Ah, neat!" once I understood what you used it for. It was very elegant. Lin545: Thank you ZFR, for awesome challenge!!
The major difficulty for me was result of my oversight. One must copy paste the whole piece into brainfuck interpreter, not just whats inside the "@@@@" lines, what one would take as a comment.
Without those lines, any input is not parsed - as you can see from my "starved on input" messages where I hinted to have no idea what to put in input, as - everything is then ignored.
That was precisely the mistake I made in ZFR's previous challenge of this type. This time I knew better ;-)The major difficulty for me was result of my oversight. One must copy paste the whole piece into brainfuck interpreter, not just whats inside the "@@@@" lines, what one would take as a comment.
Without those lines, any input is not parsed - as you can see from my "starved on input" messages where I hinted to have no idea what to put in input, as - everything is then ignored.
Post edited October 30, 2015 by Wishbone