1
0

Added 2048 from maccasoft/z80-apps

This commit is contained in:
acn 2019-09-05 15:09:46 +02:00
parent 68bb455bd6
commit fdefc9e087
3 changed files with 1117 additions and 0 deletions

1088
2048/2048.ASM Normal file

File diff suppressed because it is too large Load Diff

BIN
2048/2048.COM Normal file

Binary file not shown.

29
2048/README.md Normal file
View File

@ -0,0 +1,29 @@
# 2048
Join the numbers and get to the 2048 tile.
* Based on 2048 created by Gabriele Cirulli.
* Based on the console version for GNU/Linux by Maurits van der Schee
* Ported to Z80 and CP/M by Marco Maccaferri <macca@maccasoft.com>
Original Repository: https://github.com/maccasoft/z80-apps
## Commands
Use the arrow keys to move the tiles.
When two tiles with the same number touch, they merge into one.
* w, s, a, d - Alternate keys (up, down, left, right)
* CTRL-E, CTRL-X, CTRL-S, CTRL-D - Wordstar-compatible control keys
## Compile:
TASM -80 -b 2048.ASM 2048.COM
## License:
From original repository:
Unless otherwise specified all programs are distributed with the GNU GPL-V3 license, images, design files and other artwork are distributed under the Creative Commons Attribution-ShareAlike 3.0 license.