thisisparker / cursewords

:pencil: Terminal-based crossword puzzle solving interface
GNU Affero General Public License v3.0
249 stars 30 forks source link

some code refactor, terminal & layout changes #27

Open jquast opened 3 years ago

jquast commented 3 years ago

I wanted to make it easier to use a smaller terminal dimension, I think if we put the puzzle on the left or right side of the screen with some padding, there should be plenty of room for the information, hints, etc on the other side of the screen (using textwrap library if necessary), reducing the vertical requirement even further, the more the vertical height can be reduced, the larger the fontsize can be! I was also hoping to make it so you could resize the window during runtime. Anyway, this was what I was doing while looking for a job, found a job, now i'm busy, that's how it goes!