tmountain / uchess

♛♔ Play chess against UCI engines in your terminal.
MIT License
64 stars 7 forks source link

Cool! #6

Closed johnrichardrinehart closed 1 year ago

johnrichardrinehart commented 2 years ago

Really cool little application! Thanks for sharing it with all of us. I just played a few games :smile: .

I couldn't find a way to change the default board size (in pixels? or font size?) in the configuration. Is there a way to do this besides scaling my terminal emulator's font size (I'm using Ctrl-shift-= to increase font size to implicitly increase the board size).

tmountain commented 1 year ago

Hi John,

Thanks for the positive feedback! Font sizes are terminal specific, so you are doing it the right way by using your terminal emulator. There's nothing (to my knowledge) in tcell (the underlying terminal package) to adjust font sizes, etc.

Best, Travis