User:Eriksiers/Maze generation: Difference between revisions

m
→‎Text: changed lang tag to new format
(created)
 
m (→‎Text: changed lang tag to new format)
Line 6:
This uses <tt>#</tt> for walls and <Tt>.</Tt> for floors.
 
<langsyntaxhighlight lang="qbasic">OPTION BASE 1
 
CONST scrW = 80
Line 67:
END IF
IF INKEY$ <> "" THEN EXIT DO
LOOP</langsyntaxhighlight>
 
The generated mazes look like this:
1,150

edits