Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 771 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 771 Bytes

shooter-game

Description

A simple shooter game made with Python's arcade module.

How to Play

Prerequisites

  • You have Python 3 as well as the pip package manager.

  • You have installed the Python arcade module with python -m pip install arcade.

  • You have main.py, the images (in the images directory) and the sounds (in the sounds directory) on your computer.

Playing the Game

Run main.py through the terminal or your preferred Python IDE.

Keyboard Commands

  • /: move the sprite forwards/backwards

  • /: rotate sprite 3° to the left/right

  • Space: fire a laser