Skip to content

A variation of the Space Invaders arcade game. Created with Python and pygame.

Notifications You must be signed in to change notification settings

CSpanias/alien_invasion

Repository files navigation

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

About

A variation of the Space Invaders arcade game. Created with Python and pygame.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages