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 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 level increase and high score management 5 months ago
bullet.py Initial commit 5 months ago
button.py Added [Play] button 5 months ago
game_stats.py Added level increase and high score management 5 months ago
score_board.py Added level increase and high score management 5 months ago
settings.py Added level increase and high score management 5 months ago
ship.py Added level increase and high score management 5 months ago

README.md

alien_invasion

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