Jump to content

16 puzzle game: Difference between revisions

m
changed wording in the REXX section header.
m (→‎{{header|REXX}}: added comments to the REXX section header.)
m (changed wording in the REXX section header.)
Line 15:
 
=={{header|REXX}}==
This REXX version allows the user to choose the grid size for the   '''16'''   game (puzzle), as well  as the difficulity of the puzzle.
well as the difficulity of the puzzle.
<br>The user's responses may have optional whitespace in the answer, and the answer can be in any case (lower or uppercase).
and the answer can be in any case (lower or uppercase).
<br>Not all errors are checked for to keep the program simpler.
<lang rexx>/*REXX pgm implements the 16 game; displays game grid, prompts for a move, game won? */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.