Skip to content

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

Notifications You must be signed in to change notification settings

jiyometrik/shooter-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages