Skip to content

ahmedeldaly097/Alien-Invasion-game

Repository files navigation

Alien-Invasion

Alien Invasion is a game developed by a python -> pygame.

this project consists of two main classes

  • ship
  • aliens

ship

The ship has been programmed to be able to move left and right using arrows and also fire bullets using space bar so that it can overcome the aliens.

aliens

aliens programmed to move in two directions X and Y.

  • X position is used to make it difficult for the ship to shoot the alien.
  • Y position is used to make the alien closer to the ship so that the player loses if he does not hurry to destroy the alien.

image

Alien_Invasion.mp4

Installing Pygame

if you need to run this game you need to install Pygame and it's easy if you you are using PyCharm. You can add this package from Python Interpreter directly to your application and this will make the game run without any errors.

About

Desktop game created with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages