README.md 1.4 KB

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.