A fun and challenging mouse game where you must dodge bullets. https://freakspot.net/programas/bullet_dodger/

Jorge Maldonado Ventura 12afc1db33 Add German translation. 6 years ago
bullet_dodger 12afc1db33 Add German translation. 6 years ago
.gitignore f0f1ecf204 Initial commit 7 years ago
ATTRIBUTIONS.md ed5c165268 Specify bullet image origin 7 years ago
LICENSE f0f1ecf204 Initial commit 7 years ago
MANIFEST.in 3e272817f5 Refactoring and translation support (Spanish translation added) 7 years ago
README.rst 9268ab0501 Add game instructions to README (tries to solve #4) 7 years ago
run_bullet_dodger.py ed862f8e17 Change license headers to follow https://www.gnu.org/licenses/gpl-howto.html correctly 7 years ago
setup.cfg abe8e42603 Changed from markdown to reStructuredText and published a new version 7 years ago
setup.py 300d22be53 Update classifiers for PyPI 7 years ago

README.rst

Description
-----------

A fun and challenging mouse game where you must dodge bullets. How many
points will you get?

Installation
------------

This game requires Python and `pygame`_.

Installing from source
~~~~~~~~~~~~~~~~~~~~~~

1. Install Python 3
2. Install pygame for Python 3
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
-----------

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`_. The licenses of music, artwork, sounds, etc. can be found
in the file `ATTRIBUTIONS.md`_.

.. _pygame: http://pygame.org/
.. _GNU General Public License, version 3: https://notabug.org/jorgesumle/bullet_dodger/raw/master/LICENSE
.. _ATTRIBUTIONS.md: https://notabug.org/jorgesumle/bullet_dodger/src/master/ATTRIBUTIONS.md