Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjeris/alien-invasion-python
My first game made with Python, based on the guide detailed in Eric Matthes "Python Crash Course" book.
https://github.com/jjeris/alien-invasion-python
game-development pygame
Last synced: 13 days ago
JSON representation
My first game made with Python, based on the guide detailed in Eric Matthes "Python Crash Course" book.
- Host: GitHub
- URL: https://github.com/jjeris/alien-invasion-python
- Owner: JJeris
- Created: 2022-08-27T08:09:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-27T10:53:00.000Z (about 2 years ago)
- Last Synced: 2023-03-05T02:36:54.586Z (almost 2 years ago)
- Topics: game-development, pygame
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alien-Invasion-Python
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.