LinuxCommandLibrary

netris

TLDR

Play Tetris solo

$ netris
copy
Host networked game
$ netris -w
copy
Connect to host
$ netris -c [host]
copy
Set difficulty
$ netris -l [5]
copy
Two player local
$ netris -2
copy

SYNOPSIS

netris [options]

DESCRIPTION

netris is a network-capable Tetris game. Play solo or against others over network.
The tool provides classic Tetris gameplay. Supports head-to-head competition.
netris is networked Tetris game.

PARAMETERS

-w

Wait for connection (server).
-c HOST
Connect to host (client).
-l LEVEL
Starting level.
-2
Two player mode.
--help
Display help information.

CAVEATS

Terminal game. Network play requires setup. Classic Tetris rules.

HISTORY

netris was created to provide networked Tetris gameplay over the internet using TCP/IP.

SEE ALSO

bastet(1), tetrinet(1), bsdgames(1)

Copied to clipboard