Skip to content

Latest commit

 

History

History
39 lines (13 loc) · 600 Bytes

README.md

File metadata and controls

39 lines (13 loc) · 600 Bytes

Space shooter using Pygame

Game preview

Game Preview

Steps to install this game locally

Make sure you have Python installed on your system.

clone the repository into your local system.

git clone https://github.com/kumarpriyanshu2k2/Space_Game.git

go to the directory in which you have cloned this project.

cd ./Space_Game

then install the required libraries using the following command:

pip install -r requirements.txt

now you have installed all the required files, you can execute main.py

python3 main.py