tetromino

Crates.iotetromino
lib.rstetromino
version0.1.2
sourcesrc
created_at2023-08-22 00:40:19.107544
updated_at2023-10-16 15:15:10.633392
descriptionA graphical Tetris clone.
homepagehttps://github.com/d-e-s-o/tetromino
repositoryhttps://github.com/d-e-s-o/tetromino.git
max_upload_size
id950606
size532,766
Daniel Müller (d-e-s-o)

documentation

README

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.

Commit count: 99

cargo fmt