Skip to main content

SimMen

My custom menu class module that's in a few of my games.


Hayden Dennison
(hidas)
Example: import pygame import SimMen screen = pygame.display.set_mode([640, 480]) menu = SimMen.Menu([0, 0]) menu.add(['help', 'quit']) while not menu.selected: e = pygame.event.wait() menu.update(screen, e) pygame.display.update() print menu.selected

Changes

Links

Home Page
http://toxicblobs.weebly.com/python-games.html

Releases

SimMen 0.9 — 20 Jan, 2011

Pygame.org account Comments