Print C64 maze
Very good application for quick coding exercises. Here is a program similar to the famous C64 one line PRINT maze: cls 75: y=-46:anim: x=0..25:a=?0..1?:case a=0(line x*4+3-50,y,x*4-50,y-3,0 ),( line x*4-50,y,x*4-50+3,y-3,0 ): case x>24( copy box -50,46,101,-100:paste -50,50 :box -50,-46,101,-4,75) :pause 3:# print C64 maze