2048: Difference between revisions

61 bytes added ,  4 years ago
m
→‎{{header|REXX}}: added wording to the REXX section header.
(→‎{{header|OCaml}}: fix turn_cw with List.init)
m (→‎{{header|REXX}}: added wording to the REXX section header.)
Line 7,968:
::*   displays the number of moves and the score   (when a blank is entered).
::*   displays an error message if a move doesn't do anything.
::*   displays a message if a winning move was entered.
::*   displays the game board as a grid   (with boxes).
<lang rexx>/*REXX program lets a user play the 2048 game on an NxN grid (default is 4x4 grid).*/