diff --git a/2048/README.md b/2048/README.md index 2150a11..2cc646d 100644 --- a/2048/README.md +++ b/2048/README.md @@ -8,6 +8,14 @@ Join the numbers and get to the 2048 tile. Original Repository: https://github.com/maccasoft/z80-apps +In this version some minimal changes were applied: +* On startup, clearing the screen will be performed by the standard + VT100 ``^[2J``. +* The "arrow symbols" below the playfield are symbolized by <>^v, as + the symbols used before actually are control characters that most + VT100 terminals do not display. +* The newer version without the undocumented opcode is used. + ## Commands Use the arrow keys to move the tiles.