A downloadable game for Windows

This game is a typical space shooter, made in python, with the twist, that the number of bullets you shoot is random.

For some reason the cover image loads indefinitely (i think it's because everybody is submitting their games), so i couldn't upload the cover image.

Source code can be found here.

Download

Download
SpaceShooterV1.0.zip 35 kB

Install instructions

Windows:

1. Install the .zip file

2. Extract the .zip file, by right-clicking the file and selecting Extract All...

3. Firstly since this is a python game, and i couldn't figure a way to make an .exe file, you will need to install Python (https://www.python.org/)

Important Settings

  1. Documentation
  2. pip
  3. td/tk and IDLE
  4. Python Test suite

4. You will need to open Command Prompt, either by pressing Windows key + r and typing in cmd, or pressing Windows key and searching Command Prompt

5. Navigate to the file path, where you have downloaded the program, using:

cd ./Your/File/Path

After that, type:

dir 

to check all the files, if you find the main.py file, then you are in the correct place.

5. You will need to type:

pip install -r ./requirements.txt

This will install all the packages needed to run the game

6. Play the game, by typing in:

python ./main.py

This will run the python file and launch the game.

Leave a comment

Log in with itch.io to leave a comment.