Python Game using pyGame with Window Menu elements

Posted by Zoja on Stack Overflow See other posts from Stack Overflow or by Zoja
Published on 2010-04-11T19:46:27Z Indexed on 2010/04/11 20:13 UTC
Read the original article Hit count: 257

Filed under:
|
|
|
|

Here's the deal. I'm trying to write an arkanoid clone game and the thing is that I need a window menu like you get in pyGTK. For example File->(Open/Save/Exit) .. something like that and opening an "about" context where the author should be written.

I'm already using pyGame for writting the game logic. I've tried pgu to write the GUI but that doesn't help me, altough it has those menu elements I'm taking about, you can't include the screen of the game in it's container.

Does anybody know how to include such window menus with the usage of pyGame ?

© Stack Overflow or respective owner

Related posts about python

Related posts about pygame