Metadata-Version: 2.1
Name: cartoonfight
Version: 1.0.dev10
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
        
        Press `A` or `D` to move Player One
        
        Press `<-` or `->` to move Player Two
        
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
