hi, have a look here: http://pygame.org/wiki/gui
I think OcempGUI is the most active and best gui library for pygame at the moment. http://ocemp.sourceforge.net/gui.html Otherwise you can roll your own game interfaces fairly easily. cheers, On Mon, Apr 14, 2008 at 2:40 PM, Mark Halegua <[EMAIL PROTECTED]> wrote: > In pygame, and I've looked at the docs, is there a specific way to create a > menu, a specific menu class or function? > > Or, do I need to create my own menus using fonts and sprites? > > Thanks, > > Mark >
