Metadata-Version: 2.1
Name: diep-X
Version: 0.1.0a8
Summary: A mini tank-shooting game
Home-page: https://github.com/tank-overlord/diep-X
Author: Tank Overlord
Author-email: TankOverLord88@gmail.com
License: BSD 3-Clause
Description: .. -*- mode: rst -*-
        
        |BuildTest|_ |PyPi|_ |License|_ |Downloads|_ |PythonVersion|_
        
        .. |BuildTest| image:: https://travis-ci.com/tank-overlord/diep-X.svg?branch=master
        .. _BuildTest: https://travis-ci.com/tank-overlord/diep-X
        
        .. |PythonVersion| image:: https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-blue
        .. _PythonVersion: https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-blue
        
        .. |PyPi| image:: https://img.shields.io/pypi/v/diep-X
        .. _PyPi: https://pypi.python.org/pypi/diep-X
        
        .. |Downloads| image:: https://pepy.tech/badge/diep-X
        .. _Downloads: https://pepy.tech/project/diep-X
        
        .. |License| image:: https://img.shields.io/pypi/l/diep-X
        .. _License: https://pypi.python.org/pypi/diep-X
        
        
        =========================
        A mini tank-shooting game
        =========================
        
        Install
        -------
        
        .. code-block::
        
           pip install diep-X
        
        
        Execute
        -------
        
        .. code-block::
        
           python -m diepX   
        
        
        Controls
        --------
        
        .. code-block::
        
           Keys: 'W','A','S','D' or arrow keys to move. 
           Mouse click to shoot one bullet. Hold down space bar to shoot bullets continuously.
           Comments or questions please send to TankOverLord88@gmail.com
        
        
        Have fun!!!
        -----------
        
        
        |image_screenshot|
           
        
        .. |image_screenshot| image:: https://github.com/tank-overlord/diep-X/raw/master/example/screenshot.png
Platform: UNKNOWN
Classifier: Topic :: Games/Entertainment
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
