samtay / tetris

A terminal interface for Tetris
Other
871 stars 40 forks source link

Remove preview location. #10

Closed crazyoptimist closed 3 years ago

crazyoptimist commented 3 years ago

Thanks for your great work @samtay ! I love this just because its key binding is exactly same as vim, loved it. Preview location, however, I really don't like it, which causes confusing, also make difference from the classical tetris! Can we turn on/off the preview location? image

samtay commented 3 years ago

Hi @CrazyOptimist yes you can toggle this in the CLI options:

tetris --no-preview

should turn off the preview for you.

crazyoptimist commented 3 years ago

Great! FYI, dex-docker installation raised an error, so I'm using snap installation, also tetris command could not be found, ended up with using this bash alias: alias tetris="/snap/bin/tetris-thefenriswolf.tetris $1" Thank you 👍

samtay commented 3 years ago

Oh man, dex is probably bit rotten by now 😆 I'll remove that from the README. Thanks for the tip on the alias as well.