Metadata-Version: 1.1
Name: platformer-game
Version: 0.1.0
Summary: atmospheric platformer game
Home-page: UNKNOWN
Author: Tobias Bengfort
Author-email: tobias.bengfort@gmx.net
License: GPLv3+
Description: atmospheric platformer game with algorithmic environment creation
        inspired by `knytt`_
        
        Code is based on `Pygame-Demo`_ by Dan Wolfe.
        
        Usage
        =====
        
        Install the game::
        
            python setup.py install
        
        After installation you can start the game using ``platformer``. Use left and
        right keys to move and space to jump. If you stand next to a wall you
        can also use up and down to climb the wall.
        
        .. _knytt: http://nifflas.ni2.se/
        .. _Pygame-Demo: https://github.com/danthewolfe/Pygame-Demo
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Games/Entertainment :: Side-Scrolling/Arcade Games
