courselab / snaskii22

Programming exercise based on snaskii (class of 2022)
GNU General Public License v3.0
8 stars 11 forks source link

Font size impacting gameplay #106

Closed ghost closed 1 year ago

ghost commented 1 year ago

while running snaskii in my terminal I noticed the snake leaving from screen or the Movement/Commands title dissapearing. it happened because of the font size specification.

rzimmerdev commented 1 year ago

This is expected behavior I suppose, no way to go around. The best that can be done is to advise the user to use a recommended font size, or restrict the program to start when not using an adequate size.

rzimmerdev commented 1 year ago

If anyone else has an insight on this, I'm happy to work on any further solutions