KezMenu - 0.2.1
Based on a PyMike's original work, a new PyGame library to obtain with minimal coding menu-based interfaces in your games!
Luca Fabbri
(keul)
This work is originally based on the PyMike's project EzMeNu.
As Mike's ones, you can fast and simply create menu based interfaces for your games.
Origin and Needs
This is a needed module for my Cheese Boys game. I'm trying to make this game as modular as I can, and move code away from the project itself!
Installation
The library is released onto the Python Cheeseshop, so you only need to install it typing:
easy_install KezMenu
Examples
A tutorial and some effects examples are available on the Cheeseshop page.
Get the Code
Source code can be taken from GitHub.
Changes
First release as Python egg.