ppebb / isp2

GNU Lesser General Public License v3.0
7 stars 4 forks source link

Task: Prevent the game from crashing if the window is too small #68

Closed ppebb closed 6 months ago

ppebb commented 6 months ago

The game crashes when the window is downsized too far. Add some kind of check for window size at the beginning of each loop to check that the window is not too small, rendering some kind of message to the screen about a minimum terminal size.

Addresses story #67

ppebb commented 6 months ago

Addressed by pr #69