Advertisement

[PYGAME] PygCurse, a curses library for pygame

Started by October 10, 2011 10:41 PM
-1 comments, last by AlSweigart 13 years, 1 month ago
Hey. I'd like to show off a library I wrote for Pygame called PygCurse. It's basically a curses-like library for Pygame. The benefit of using this is that since it draws to a generic Pygame surface, you can also use all of Pygame's normal drawing functions with it. It's designed to make roguelike and other retro games easier to make using Python. It's under a Simplified BSD license. Tell me what you think, or if you have ideas for features.

http://inventwithpython.com/pygcurse/

This topic is closed to new replies.

Advertisement