alexdantas / yetris

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

Add menus to configure things in-game #9

Closed alexdantas closed 10 years ago

alexdantas commented 10 years ago

This is rather complicated. I have to reinvent the wheel to do those widgets - like checkbox, input field and such.

This will probably take a long time to be done. I know that a few people actually edit the configuration file, but feeding them in the mouth can wait a while.

alexdantas commented 10 years ago

While rewriting yetris to C++, I've managed to add a Menu on commits around a4f9d9e7d1fc1ea3005ef94f8c0dff9c7fe21241.

Unfortunately, I haven't re-implemented .ini configuration files, so this issue still remains.

alexdantas commented 10 years ago

Ooh boy, now we're done! We can not only configure games things, plus we can change the default keys via the in-game menus (3bb9418a57332341b2d3e34679107096e1fff07c)!