1
0
Fork 0

2048: README change

This commit is contained in:
acn 2020-06-25 10:57:33 +02:00
parent 9649342652
commit 50c053f779
1 changed files with 8 additions and 0 deletions

View File

@ -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.