Retro Game Library Documentation


About Retro Game Library

Retro Game Library is a tool for creating NES and GameBoy style games with Python and PyGame. Our priority was keeping it as useful as possible, while still giving you most of PyGame's freedom. The most restricting parts are the button and display modules, but they are easy to use and essential to the library.

Questions?

If you have any questions about our library, or this documentation, you can email either pymike or saluk. We also like to know if this library is being used in any active game projects!

Latest Versions, SVN, etc.

You can grab the latest version from our GoogleCode SVN repo using the following command:
    svn checkout http://retrogamelib.googlecode.com/svn/trunk/ retrogamelib-read-only
    
The latest stable version will be available on our GoogleCode Project Page.

Copyright © 2009, pymike and saluk