wlof/gameoflife

Handle terminal resizing

Closed this issue · 1 comments

wlof commented

The game exits with an error message when the terminal is resized during execution.

It'd be nice if the game would properly handle terminal resizing by changing the grid size on the fly.

wlof commented

Done!