https://github.com/minhduc29/alien-invasion
A classic game about eliminating the invasion of aliens using Pygame based on the guide of 'Python Crash Course', added some features and AI player
https://github.com/minhduc29/alien-invasion
alien-invasion aliens game invasion oop pygame python-crash-course python3
Last synced: 10 days ago
JSON representation
A classic game about eliminating the invasion of aliens using Pygame based on the guide of 'Python Crash Course', added some features and AI player
- Host: GitHub
- URL: https://github.com/minhduc29/alien-invasion
- Owner: minhduc29
- Created: 2020-08-31T10:53:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T08:29:25.000Z (over 4 years ago)
- Last Synced: 2025-01-18T10:43:22.432Z (over 1 year ago)
- Topics: alien-invasion, aliens, game, invasion, oop, pygame, python-crash-course, python3
- Language: Python
- Homepage:
- Size: 17.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alien Invasion
#### _Project #2_
- A classic game about eliminating the invasion of aliens using **_Pygame_** based on the guide of 'Python Crash Course', added some features and AI player
## How to play
- Swipe to left or right and shoot down all the enemies
- This is an endless game, there is no victory
- You can swipe to left or right using **LEFT ARROW** and **RIGHT ARROW**
- You can shoot at maximum 3 bullets in the screen
- Use **SPACE** to shoot a bullet
- After you clear a fleet of aliens, your level will be increased by 1 and a new fleet will appear
- As your level increase, your speed, aliens' speed and point for each knocked down alien will increase