Skip to content

Classic Space Invaders reborn with same classical music and sound effect enough to make you nostalgic

Notifications You must be signed in to change notification settings

goyal-aman/Space-Invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space-Invaders

Classic Space Invaders reborn with same classical music and sound effect enough to make you nostalgic

Prerequisites

  • Python

Installing

A step by step series of examples that tell you how to get a development env running. In your terminal or cmd run following command

python3 -m venv venv

then activate the environment

In bash

. venv/Scripts/activate

In cmd

venv\Scripts\activate

now we need to clone repository

git clone https://github.com/goyal-aman/Space-Invaders.git

cd into the Space Invaders repository

cd Space-Invaders 

at this point we need all the required packages to run the app, before doing so make sure your virtual environment is active

pip install -r requirements.txt

Now you are ready to play, to run game run this command in terminal

python main.py

Contributing

  • create new issue for any changes or modifications

Authors