Space invader game in Python. From the book "Python Crash Course, 3rd Edition"
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard a3db72f76a Initial commit 5 months ago
images Initial commit 5 months ago
.DS_Store Initial commit 5 months ago
.gitignore Initial commit 5 months ago
README.md Initial commit 5 months ago
alien_invasion.py Initial commit 5 months ago
bullet.py Initial commit 5 months ago
settings.py Initial commit 5 months ago
ship.py Initial commit 5 months ago

README.md

alien_invasion

Space invader game in Python. From the book "Python Crash Course, 3rd Edition"