Game doesn't display properly at all. This is what it looks like:

ooh, nice and jiggly - looks to me like an issue with console buffer size (the buffer is too big for the window in which the game is rendered). Try this:
I'll try to find a way to check for the screen size and automatically adjust the console buffer and font...
ok, I uploaded a fix (v1.1.2)
I added a function that will reset the size of the window to default after resize, which I think should help after you change the font size. I'll look for a more robust way of handling buffer/window/font sizes, but for now let me know if that helped?
thanks a ton for your feedback btw, appreciate it! <3