#tetris #terminal #cli #命令行游戏

app tetris-tui

终端中的俄罗斯方块

19个版本

0.2.10 2024年1月12日
0.2.9 2024年1月12日
0.1.9 2024年1月9日
0.1.8 2023年10月1日
0.1.6 2023年9月20日

#3 in #tetris

Download history

145 每月下载量

MIT/Apache

1MB
1.5K SLoC

tetris-tui

终端中的俄罗斯方块

Play tetris in 2-player mode

安装

您可以从版本页面下载最新版本的二进制文件。

macOS

$ brew install quantonganh/tap/tetris-tui

Windows

scoop bucket add quantonganh https://github.com/quantonganh/scoop-bucket.git
scoop install tetris-tui

在NetBSD上安装

# pkgin install tetris-tui

通过cargo安装

$ cargo install tetris-tui

用法

$ tetris-tui -h
Tetris in the terminal

Usage: tetris-tui [OPTIONS]

Options:
  -m, --multiplayer
  -s, --server-address <SERVER_ADDRESS>
  -h, --help                             Print help
  -V, --version                          Print version

单人模式

$ tetris-tui

双人模式

玩家1

$ tetris-tui -m
Server started. Please invite your competitor to connect to 192.168.1.183:8080.

玩家2

$ tetris-tui -m -s 192.168.1.183:8080

依赖项

~24–36MB
~535K SLoC