Submission + - How does a single line of BASIC code make an intricate maze (slate.com)
JameskPratt writes: This slate article talk about a single line of code.
10 PRINT CHR$ (205.5 + RND (1)); : GOTO 10,
And how it mangages to create a complicated maze with out the use of a loop, variables and without very complicate syntax.
10 PRINT CHR$ (205.5 + RND (1)); : GOTO 10,
And how it mangages to create a complicated maze with out the use of a loop, variables and without very complicate syntax.