https://github.com/tareqmonwer/alieninvasion
A game where a ship fires bullets to aliens.
https://github.com/tareqmonwer/alieninvasion
game pygame python
Last synced: 2 months ago
JSON representation
A game where a ship fires bullets to aliens.
- Host: GitHub
- URL: https://github.com/tareqmonwer/alieninvasion
- Owner: TareqMonwer
- Created: 2020-04-07T18:34:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T05:28:02.000Z (over 1 year ago)
- Last Synced: 2025-01-26T13:44:06.499Z (4 months ago)
- Topics: game, pygame, python
- Language: Python
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Alien Invasion Game
[](https://www.pygame.org/wiki/about)
"Alien Invasion" is game that functions:
- Move ship (at the bottom) in the left and right side using arrows.
- Fire from ship using spacebar
- 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.
- f 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.# Install & Run On Your Windows Computer:
```sh
$ pip install pygame
$ cd game-directory-where-you-downloaded-this-project.
$ python alien_invasion.py
```###### This is practice project from "Python Crash Course"