Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.04 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.04 KB

Blast!

This is a basic arcade-style shooter that uses Python 3+ and Pygame. It should work on any OS that has both of these installed.

Demo

Requirements

This game requires Python 3 and Pygame are installed.

Usage

Navigate to where the code is and launch blast.py

Example:

cd /home/$(whoami)/blast/src
python blast.py

Controls

  • Use the arrow keys to Move
  • Use the spacebar to Shoot
  • Use the Q key or press Control + C to Quit

Author

Game, music, and background image were written by Tom Ice.

License

This is under the MIT License. See actual license file for more information.

Credits