Python game using pyGame with Window menu items

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

I already use pyGame to write game logic. I tried pgu to write a graphical interface, but it doesn’t help me, although it has those menu items that I accept, you cannot include the game screen in the container.

Does anyone know how to enable such windows in a menu using pyGame?

+3
source share
1 answer

wxPython Pygame "" wxPython - , , ( //etc.) , Pygame, .

+3

Source: https://habr.com/ru/post/1740688/


All Articles