alexdantas / yetris

Customizable Tetris(tm) for the terminal.
http://yetris.alexdantas.net
GNU General Public License v3.0
169 stars 48 forks source link

Edit controls #14

Closed xflea closed 10 years ago

xflea commented 10 years ago

Is there a way to edit controls in yetris? It would be great.

alexdantas commented 10 years ago

Why, as a matter of fact, yes! I've been testing it for a while now, applying the same principles I did on nsnake.

I hope to push it to Github tonight, although a stable release will have to wait for the highscores to be completed.

alexdantas commented 10 years ago

There we go! 3bb9418a57332341b2d3e34679107096e1fff07c does what you want, and 7683bb4aef9c1566f5ba813fcd86f3caf036277b makes it configurable on a nice menu.

The current problem is that the Controls menu is larger than the screen. Will need to fix it by creating a scrollbar or something.

xflea commented 10 years ago

Thank you, that was awesome! I really felt in love with yetris, keep it up!