Maze generation: Difference between revisions

m
→‎simpler version of above: changed the wording in the REXX section header.
m (→‎prettified maze version: changed wording in the REXX section header.)
m (→‎simpler version of above: changed the wording in the REXX section header.)
Line 4,670:
===simpler version of above===
The above REXX version had a quite of bit of code to "dress up" the maze presentation,
<br>so anothera slimmed down version was codedincluded here.
<lang rexx>/*REXX program generates and displays a (rectangular) solvable maze. */
height=0; @.=0 /*default for all cells visited.*/