diff options
author | B. Watson <urchlay@slackware.uk> | 2024-10-08 22:32:53 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-12 11:34:43 +0700 |
commit | 77ad1035c4253f68f5dea3582474bd5b8af59d47 (patch) | |
tree | acd5348b873ba67966c43a84699862329ffadfcb /games/tint/README | |
parent | 092dbd36a8030c89bbd90cefb2c45d284abb5a82 (diff) |
games/tint: New maintainer, fixes.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/tint/README')
-rw-r--r-- | games/tint/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/tint/README b/games/tint/README index d903ad2b326ba..ea19ae7c92462 100644 --- a/games/tint/README +++ b/games/tint/README @@ -1,3 +1,5 @@ +tint (tetris clone for the terminal) + TINT Is Not Tetris As the title suggests, this is a clone of the original tetris game. @@ -5,3 +7,12 @@ As the title suggests, this is a clone of the original tetris game. The game is as close to the original as possible, but there are a few differences. Nevertheless, it's probably the closest to the original that you'll ever find in the UNIX world. + +The game runs in a terminal, and is controlled by the keyboard. + +This build patches the code: +- up arrow rotates the piece instead of speeding up the game. +- capital (shifted) letters are accepted for S/D/A/P/Q. + +If you *really* don't like the idea of patching the code, set +PRISTINE=yes in the script's environment to build without patching. |