Metadata-Version: 2.1
Name: cartoonfight
Version: 1.0.dev20
Summary: 2D Fighting game with cartoon characters
Home-page: https://github.com/kmmelcher/cartoonfight
Author: Kilian Melcher
Author-email: kilian.melcher@gmail.com
License: UNKNOWN
Description: # Cartoon Fight
        Cartoon Fight is a 2D battle game to play against your friends
        with your favorites cartoon characters.
        
        ## Install
        
        `$ pip install cartoonfight` 
        
        Cartoon Fight works with Python 3.6+.
        
        To **update** it just run `$ pip install --upgrade cartoonfight`.
        
        ## Play
        
        Just run `$ cartoonfight`.
        
        ## Game Controls :video_game:
        
        Player One 
        
        `A` Left, `W` Jump, `D` Right, `F` Attack 
        
        Player Two
        
        &#8592; Left &#8593; Jump &#8594; Right `CTRL` Attack
        
        ## Credits
        
        Programmed by
        
        Kilian Melcher :email: kilian.melcher@gmail.com
        
        Filipe Ramalho :email: filiperamalhodasilva@gmail.com
        
        Artwork by
        
        Isabella Lúcio :email: isabella.lucio1@gmail.com
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Requires-Python: >=3.6
Description-Content-Type: text/markdown
