Earlier quoted context omitted.
Interactive JavaScript version: http://js.do/samples/labyrinth
Hmm.. thats not a oneliner. Which is what makes the Basic version interesting in the first place. Also it differs in that it does not run continously. I shortened it a bit: http://js.do/code/154 Still not as elegant as the Basic version. This is one of the big downsides of how javascript is implemented in the browsers these days. There is no simple way to redraw the screen. You have to turn your whole program into a…
for(i=1;i" : (Math.random()>0.5) ? '\u2571' : '\u2572');