Curses emulator module that runs on top of Pygame
Project description
Pygcurses emulates a curses-environment by running on top of Pygame. It can interoperate with Pygame so that programs that use Pygcurse can make use of Pygame’s other graphics features. Pygcurses is ideal for roguelikes and text adventure games.
Pygcurse can run on Python 2 and 3.