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

Jorge Maldonado Ventura 3b2ab0606b Añade algunas etiquetas para PyPI пре 1 година
bullet_dodger 0bbe37105c Publica nueva versión пре 1 година
screenshots 39a569df5a Add some screenshots (fixes #11) пре 6 година
.gitignore f0f1ecf204 Initial commit пре 7 година
ATTRIBUTIONS.md ed5c165268 Specify bullet image origin пре 7 година
LICENSE f0f1ecf204 Initial commit пре 7 година
MANIFEST.in 3e272817f5 Refactoring and translation support (Spanish translation added) пре 7 година
README.md 4d2a33dc2e Update project URL пре 6 година
run_bullet_dodger.py ed862f8e17 Change license headers to follow https://www.gnu.org/licenses/gpl-howto.html correctly пре 7 година
setup.cfg abe8e42603 Changed from markdown to reStructuredText and published a new version пре 7 година
setup.py 3b2ab0606b Añade algunas etiquetas para PyPI пре 1 година

README.md

Square dodging some bullets

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 (version 1.9.2 or greater)
  3. Clone the repository: git clone https://notabug.org/bullet_dodger/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

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.