tint
Standing for TINT Is Not Tetris, that’s exactly what it is. A terminal-based tetris clone with highscore saving and 9 levels. Among the tetris clones for Linux, TINT is one of my favorites. Use J to move pieces left, L to move them right, K to rotate and SPACE to accelerate. Press Q to quit. On Ubuntu at least, there seems to be a problem when saving highscores due to permissions not allowing it (Error creating /var/games/tint.scores). You can fix it by doing something like this: sudo touch /var/games/tint.scores && sudo chown $USER:$USER /var/games/tint.scores.
Homepage