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 c79f8f7fd2 Added alien fleet 5 months ago
images Added alien fleet 5 months ago
.DS_Store Added alien fleet 5 months ago
.gitignore Initial commit 5 months ago
README.md Initial commit 5 months ago
alien.py Added alien fleet 5 months ago
alien_invasion.py Added alien fleet 5 months ago
bullet.py Initial commit 5 months ago
game_stats.py Added alien fleet 5 months ago
settings.py Added alien fleet 5 months ago
ship.py Added alien fleet 5 months ago

README.md

alien_invasion

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