Vitetris is a simple Tetris game that runs in the Termux terminal. It lets you move, rotate, hold, and drop blocks using your keyboard. You can also change the game size, colors, and display style with different options. You can check your high scores and play with other players using the built-in multiplayer options.
Here’s what you can do with Vitetris in Termux:
- Play Tetris in the terminal.
- Move and rotate pieces.
- Use soft and hard drops.
- Hold pieces for later use.
- Pause and resume the game.
- Change the terminal display.
- Use colors or monochrome mode.
- View the highscore list.
- Adjust the game width and height.
Install Vitetris
First, update the Termux packages.
pkg update && pkg upgrade -yNow install Vitetris.
pkg install vitetris -yAfter installation, run the game with:
tetrisUse Vitetris
Check the available options with:
tetris -hMenu Navigation:
- Up / Down – Navigate options
- Enter – Select or confirm
- Escape / Q – Go back or exit
Gameplay Controls:
- Left / Right – Move the piece
- Up – Rotate clockwise
- Down – Soft drop
- Spacebar – Hard drop
- C / Shift – Hold the piece
Game Commands:
- P – Pause / Unpause
- Q / Escape – Quit the match
Terminal Options:
Set the game width:
tetris -width 40Set the game height:
tetris -height 25Use a dark background:
tetris -bg blackUse a light background:
tetris -bg whiteEnable colors:
tetris -colorDisable colors:
tetris -monoUse ASCII characters for line drawing:
tetris -asciiUse the alternate character set:
tetris -vt100Set custom block characters:
tetris -block "[]"Use the Mike Taylor block style:
tetris -ttUse the Mike Taylor block style with background:
tetris -tt-bgSkip the game menu:
tetris -nomenuShow the highscore list:
tetris -hiscoresYou can also check game-specific options:
tetris -help gameCheck terminal-specific options:
tetris -help termYou can use these commands and keyboard controls to customize Vitetris, change the game display, and check high scores.
End Note
Vitetris is a fun and easy game to try in Termux. You can use the keyboard controls to play Tetris and use the available options to change how the game looks and works. It is a simple way to enjoy a text-based classic game in the terminal.

