Maze generation: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added/changed whitespace and comments.)
m (→‎prettified maze version: changed wording in the REXX section header.)
Line 4,511: Line 4,511:
=={{header|REXX}}==
=={{header|REXX}}==
===prettified maze version===
===prettified maze version===
In order to preserve the aspect ratio (for most display terminals), several   '''changestr'''   instructions and
In order to preserve the aspect ratio (for most display terminals), several   '''changestr'''   invocations and
<br>some other instructions were added to increase the horizontal dimension (cell size).
<br>some other instructions were added to increase the horizontal dimension (cell size).
<lang rexx>/*REXX program generates and displays a (rectangular) solvable maze. */
<lang rexx>/*REXX program generates and displays a (rectangular) solvable maze. */