Towers of Hanoi: Difference between revisions

m
→‎pictorial moves: changed wording in the 2nd REXX section header.
m (→‎{{header|REXX}}: added more whitespace to the program and it's output, added another down arrow for pictorial display of moves.)
m (→‎pictorial moves: changed wording in the 2nd REXX section header.)
Line 2,209:
This version pictorially shows the moves for solving the Town of Hanoi.
 
Quite a bit of code has been dedicated to showing a picture of the towers with the disks on them, and the movement of the disk (the move).   Coloring of the rings is attempted with dithering.
 
In addition, it shows each move in a countdown manner (the last move is marked as #1).