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

README.md

alien_invasion

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