LD21 Linux Port
With the help of d_m, I managed to get an ncurses-backed Linux port of my LD21 compo entry to run.
http://www.ludumdare.com/compo/ludum-dare-21/?action=preview&uid=89
Requires python 2.6+ with the builtin curses module.
Note that it’s sized for an enormous terminal window; it’ll abort with a semi-helpful message if yours isn’t big enough.
Tried to start it, but it’s impossible to get more than 208*61 terminal size so it won’t start
Using 1680*1050
That’s the resolution I developed it under in Windows, with space to spare
I was able to get it to run in a PuTTY session by setting it to shrink the font size when the terminal doesn’t fit. Surely there’s a native terminal emulator that can do similar?