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 10 months ago
bullet_dodger 0bbe37105c Publica nueva versión 10 months ago
screenshots 39a569df5a Add some screenshots (fixes #11) 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.md 4d2a33dc2e Update project URL 5 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 3b2ab0606b Añade algunas etiquetas para PyPI 10 months ago

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.