+ - How does a single line of BASIC code make an intricate maze->
Submitted
by
JameskPratt
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."
Link to Original Source
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."
Link to Original Source
How does a single line of BASIC code make an intricate maze More Login
How does a single line of BASIC code make an intricate maze