Go to file
2022-07-23 09:41:28 -07:00
src apparently pancurses supports windows 2022-07-22 14:32:41 -07:00
.gitignore Initial commit 2022-03-30 10:05:37 -05:00
Cargo.toml keybinds 2022-03-30 14:21:22 -05:00
LICENSE Initial commit 2022-03-30 10:05:37 -05:00
README.md update README.md 2022-07-23 09:41:28 -07:00

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.