Metadata-Version: 1.1
Name: Fungus
Version: 0.1.1
Summary: ['A simple scene based game engine building on pyglet.']
Home-page: http://freehg.org/u/ArneBab/fungus
Author: Phillip Schoenherr and Arne Babenhauserheide
Author-email: arne_bab@web.de
License: GNU GPL-3 or later
Description: 
        
        
        Usage:
        - python fungus_game.py
        start the default Scene.
        - python fungus_game.py gamefile.Scene
        start with a custom Scene
        
        Examples:
        - python fungus_game.py fungus_01_intro.Scene
        Start the fungus Intro
        
        For developers:
        - Just clone the fungus project from the Mercurial repository and add your scenes inside it.
        Distribute them along with the fungus engine.
        
        Mercurial repository:
        - http://freehg.org/u/ArneBab/fungus/
        
        To adjust the default scene, just import another one as Scene in fungus_game.py
        
        
        Changelog:
        1.1.1 (2009-02-26)
        
        - FIX: Setuptools resource inclusion didn't work.
        
Keywords: game engine,pyglet
Platform: any
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Games/Entertainment
Requires: pyglet
