From 77ad1035c4253f68f5dea3582474bd5b8af59d47 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 8 Oct 2024 22:32:53 -0400 Subject: games/tint: New maintainer, fixes. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/tint/README | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'games/tint/README') 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. -- cgit v1.2.3