Spaceship game

python-version pygame-version

Introduction

It`s my first python project with pygame library which I have ever done. It was created in summer of 2021.

Project discription

Some discription

Installation

To download the project you need to install the python and the some python libraries.

Do it with this command:

pip install -r requirements.txt

Usage

Just run the main.py file

Control

You can use two kind of controls: mouse with keyboard or joystick. Сontrol change is carried out in the settings inside the game or by changing the controllerType variable in main.py:

aplication = Aplication(controllerType="joystick") # default "keyboard"