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 edf62dd53a Added level increase and high score management 10 months ago
images Added alien fleet 10 months ago
.DS_Store Added alien fleet 10 months ago
.gitignore Initial commit 10 months ago
README.md Initial commit 10 months ago
alien.py Added alien fleet 10 months ago
alien_invasion.py Added level increase and high score management 10 months ago
bullet.py Initial commit 10 months ago
button.py Added [Play] button 10 months ago
game_stats.py Added level increase and high score management 10 months ago
score_board.py Added level increase and high score management 10 months ago
settings.py Added level increase and high score management 10 months ago
ship.py Added level increase and high score management 10 months ago

README.md

alien_invasion

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