Any Python/Curses resources?
curses example – Use the command line as your GUI.
Python curses
You need a regular terminal for curses to work.
More on reddit.comI finally finished it: Pygcurse - A Python curses emulator built on Pygame to help make rougelikes and text-adventures.
Videos
I know curses is generally disliked around here, and tcod is recommended. I've tried to get tcod working on two operating systems though, and couldn't get it to work on either. I haven't tried really hard though, because curses really appeals to me, both by being the traditional library used for most of the roguelikes I played growing up, and also because of the small footprint when it comes to system resources.
There aren't many Python/Curses resources out there. I've found a few non-roguelike-specific tutorials on youtube, the Rogue Detective source, and this non-functional algorithm. I'm pretty sure this is enough for me to cobble together something playable. I'm just curious whether there are better methods I could be using.