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

Jorge 429833d2ae Changed from markdown to reStructuredText and published a new version 7 years ago
bullet_dodger 5ed4acd1df Changed color of score during the game 7 years ago
.gitignore f0f1ecf204 Initial commit 7 years ago
ATTRIBUTIONS.md de955e9458 Changed ATTRIBUTIONS.md style. 7 years ago
LICENSE f0f1ecf204 Initial commit 7 years ago
MANIFEST.in 6ac983cbf6 Allowed pip install 7 years ago
README.rst abe8e42603 Changed from markdown to reStructuredText and published a new version 7 years ago
run_bullet_dodger.py c37b442159 Added GPLv3 license header to each source file 7 years ago
setup.cfg abe8e42603 Changed from markdown to reStructuredText and published a new version 7 years ago
setup.py abe8e42603 Changed from markdown to reStructuredText and published a new version 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 package manager. At this time, only a
beta release for pygame is available for pip, so you have to use the
``--pre`` flag: ``sudo pip install --pre bullet_dodger``. Once you have
installed the game successfully with pip, you can run it with
``bullet_dodger`` command.

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