Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mokulus/python-space-invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Invaders

Normal game

space-invaders-no-cheats-opt.mp4

Cheats

space-invaders-cheat-opt.mp4

Setup

To be able to install pygame through pip you need to install it's dependencies first. Check here for more information.

Run setup.sh or :

python -m virtualenv .venv
. .venv/bin/activate
pip install -r requirements.txt

Run

. .venv/bin/activate
python main.py -h
python main.py --cheats
python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published