4 releases

0.1.2 Oct 16, 2023
0.1.1 Sep 16, 2023
0.1.0 Sep 5, 2023
0.0.0 Aug 22, 2023

#214 in Games

Download history 3/week @ 2024-02-23 1/week @ 2024-03-01 5/week @ 2024-03-29 49/week @ 2024-04-05

54 downloads per month

GPL-3.0-or-later

330KB
8K SLoC

pipeline crates.io

tetromino

tetromino is a graphical Tetris clone. It is also a rewrite of a previous C++ based Tetris clone that improves on a few shortcomings.

Usage

tetromino uses the following key bindings:

Key(s) Function
1 Rotate stone left
2 Rotate stone right
h Move stone left
l Move stone right
j Move stone down
Space Drop the stone immediately
q Quit the game
Backspace Restart the game
F2 Enable (and disable) auto-playing AI
F3 Pause (and resume) the game

Certain aspects of the game can be configured via its configuration file. This file is expected at $XDG_CONFIG_DIR/tetromino/config.toml. Please refer to the help text (tetromino --help) for details on what can be configured and how.

Dependencies

~16–29MB
~288K SLoC