Skip to content

pathunstrom/shootergame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shooter Game

A tiny game I'm building as a fun project and also a test bed for ppb. You can play it by cloning the repository, creating a virtual environment using the included requirements.txt, then running with your virtual environment's python command and the -m flag.

Sample run script for linux and mac:

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python -m shooter

Sample run script for windows:

python3 -m venv .venv
.venv/Scripts/activate
pip install -r requirements.txt
python -m shooter

Requires Python 3.6 or 3.7.

Now includes the feet runner from ironyfroggy. If playing on windows, just run shootergame.exe.

Game Control

Use the mouse to select the Start button on the main menu. Control your ship with the arrow buttons and space bar to shoot.

About

An R-Type style shoot 'em up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages