Metadata-Version: 2.1
Name: bullet-dodger
Version: 2.1.1
Summary: fun and challenging mouse game where you must dodge bullets
Home-page: https://notabug.org/jorgesumle/bullet_dodger
Author: Jorge Maldonado Ventura
Author-email: jorgesumle@freakspot.net
License: GNU General Public License v3 (GPLv3)
Description: ![Square dodging some bullets](https://notabug.org/jorgesumle/bullet_dodger/raw/master/screenshots/playing.png)
        
        Fun and challenging mouse game where you must dodge bullets. How many
        points will you get?
        
        Installation
        ============
        
        This game requires Python and [pygame](http://pygame.org/).
        
        Installing from source
        ----------------------
        
        1.  Install Python 3
        2.  Install pygame for Python 3 (version 1.9.2 or greater)
        3.  Clone the repository:
            `git clone https://notabug.org/jorgesumle/bullet_dodger`
        4.  Execute the file `run_bullet_dodger.py`: with
            `./bullet_dodger/run_bullet_dodger.py` or
            `python3 bullet_dodger/run_bullet_dodger.py`
        
        Installing with pip
        -------------------
        
        You can install the game using pip: `pip install bullet_dodger`. Once
        you have installed the game successfully with pip, you can run it
        executing `bullet_dodger`.
        
        How to play
        ===========
        
        ![Start screen](https://notabug.org/jorgesumle/bullet_dodger/raw/master/screenshots/instructions.png)
        
        Use the mouse to control your character. Press any mouse button to
        teleport to a random location.
        
        License
        =======
        
        This game is free software. It uses the [GNU General Public License,
        version
        3](https://notabug.org/jorgesumle/bullet_dodger/raw/master/LICENSE). The
        licenses of music, artwork, sounds, etc. can be found in the file
        [ATTRIBUTIONS.md](https://notabug.org/jorgesumle/bullet_dodger/src/master/ATTRIBUTIONS.md).
        
Keywords: videogame bullet action arcade simple
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Natural Language :: Spanish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Arcade
Classifier: Topic :: Software Development :: Libraries :: pygame
Description-Content-Type: text/markdown
