Metadata-Version: 1.1
Name: Fungus
Version: 0.1
Summary: ['Live and survive in a world of mold.']
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
        
        Website:
        - http://freehg.org/u/ArneBab/fungus/
        
        To adjust the default scene, just import another one as Scene
        
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
