2048: Difference between revisions

m
→‎{{header|REXX}}: added wording to the REXX section header.
m (→‎Output: Not forgetting keyboards that are ... different.)
m (→‎{{header|REXX}}: added wording to the REXX section header.)
Line 5,279:
::*   allows specification for the '''random''' BIF's seed   (no default).
::*   allows abbreviations for the directions   (Up, Down, Left, Right).
::*   allows the player to quit the game at any time.
::*   does error checking/validation for entered directions   (in response to the prompt).
::*   keeps track of the number of legal moves made and the score.