LinuxCommandLibrary

tetris-bsd

Play the classic Tetris game

SYNOPSIS

tetris

DESCRIPTION

tetris-bsd is a text-based implementation of the classic Tetris game, typically found in BSD-based operating systems. It offers a straightforward, no-frills gaming experience directly in the terminal. The game features standard Tetris gameplay: manipulating falling tetrominoes to create horizontal lines, which then disappear.

The goal is to prevent the stack of blocks from reaching the top of the playing field. The game speed increases as the player progresses, demanding quicker reflexes and strategic thinking. This command offers a basic way to enjoy Tetris without requiring graphical interfaces.

CAVEATS

This is a very basic implementation of Tetris. Do not expect advanced features or graphical enhancements.

GAMEPLAY

The game controls are typically mapped to keys on the keyboard, allowing users to rotate, move the blocks left or right, and drop blocks faster. Refer to the specific system's documentation or in-game help (if any) for the precise key bindings.

HISTORY

This version of Tetris originated in BSD systems. Exact origin are not available but it represents one of many implementations of this popular game. Since then it has been ported to many systems, including Linux distributions, often distributed as a part of a collection of BSD games. Its simplicity makes it a lightweight and portable option.

SEE ALSO

nethack(6), robots(6)

Copied to clipboard