Skip to content

Michatec/Weltraum-Shooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weltraum Shooter

A Space Shooter game. In Germany Language.

FOR LINUX USERS.

First time to run make sure you have do step 1+2 and 3 is the execution step.

Step 1: Install python3:

Debian/Ubuntu: apt install python3

Fedora: dnf install python3

Arch Linux: pacman -S python

CentOS: yum install python3

Step 2: Install requirements: pip install -r requirements.txt

Optional when pip not works: Debian/Ubuntu: apt install python3-pip

Fedora: dnf install python3-pip

Arch Linux: pacman -S python-pip

CentOS: yum install python3-pip

Step 3: Run Python: python3 main.py

FOR WINDOWS USERS.

You can download the Installer and the Installer Make all the Steps for you. OR you doit Manually.

First time to run make sure you have do step 1+2 and 3 is the execution step.

Step 1: Download Python from Website: https://www.python.org/downloads/

In the future steps you must use CMD.

Step 2: Install requirements: pip install -r requirements.txt

Step 3: Run Python: python main.py