You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
missing ddbfa57dc7
update README.md
1 year ago
src apparently pancurses supports windows 1 year ago
.gitignore Initial commit 2 years ago
Cargo.toml keybinds 2 years ago
LICENSE Initial commit 2 years ago
README.md update README.md 1 year ago

README.md

tetris

Keybinds can be edited in ~/.config/tetris/binds.toml.

Default bindings:

  • Clockwise rotation: 'x' or up arrow
  • Counterclockwise rotation: 'z'
  • Hard drop: spacebar
  • Soft drop: down arrow
  • Hold: 'c'
  • Move left: left arrow
  • Move right: right arrow
  • Quit: 'q'
  • Pause: '`' (backtick)

The pause menu will also show the currently selected bindings.