Skip to content

Ignazio-00/alien_invasion

Repository files navigation

👽 Alien Invasion

Space Invaders–style shooting 2D game, which consists of levels of increasing difficulty.

Base code from the original Alien Invasion game: https://github.com/majdukovic/alien_invasion

Game description

In Alien Invasion, the player controls a rocket ship that appears at the bottom center of the screen. The player can move the ship right and left using the arrow keys and shoot bullets using the spacebar. When the game begins, a fleet of aliens fills the sky and moves across and down the screen. The player shoots and destroys the aliens. If the player shoots all the aliens, a new fleet appears that moves faster than the previous fleet. If any alien hits the player’s ship or reaches the bottom of the screen, the player loses a ship. If the player loses three ships, the game ends.

Requirements

  • Python 3.x
  • Pygame

Playing game

  • Run alien_invasion.py file from alien_invasion directory (i.e. python3 alien_invasion.py)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages