Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 789 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 789 Bytes

Alien Invasion game

This is a guided project from the book: Python Crash Course: A Hands-On, Project-Based Introduction to Programming.

You can find more info here.

Created with:

  • Python (pygame)

Created a version of the Space Invaders game that includes:

  • a rocket ship that moves left to right within specified limits and fires bullets
  • a fleet of aliens
  • difficulty levels
  • scoring system including real-time score, high score, level and number of ships remaining
  • interface that responds to player input

Learned how to work with:

  • Classes
  • Custom modules
  • Refractor code