Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hongbo-wei/alien-invasion
My own version of Alien Invasion from Python Crash Course by Eric Matthes
https://github.com/hongbo-wei/alien-invasion
2d-game pygame python
Last synced: about 14 hours ago
JSON representation
My own version of Alien Invasion from Python Crash Course by Eric Matthes
- Host: GitHub
- URL: https://github.com/hongbo-wei/alien-invasion
- Owner: hongbo-wei
- Created: 2023-05-29T10:38:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-29T20:07:49.000Z (7 months ago)
- Last Synced: 2024-04-29T21:58:39.220Z (7 months ago)
- Topics: 2d-game, pygame, python
- Language: HTML
- Homepage: https://replit.com/@hongbo-wei/alien-invasion
- Size: 47.9 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alien Invasion (Pygame)
**A game made by Hongbo Wei 🎮**
**-- My own version of Alien Invasion (from [Python Crash Course by Eric Matthes](https://github.com/ehmatthes/pcc_3e))**
## Play the game
- Run `main` to play the game (takes time to intialize.
- Or `pip install pygame` (only if you haven't installed) and then run `main.py` in an IDE to play the game.
### Instruction:
Play: Click `play` button or press `p`.
Move: `←↑→↓` arrow keys
Shoot: `Space` bar
Quit: `q`
#### Replit Deployment (it used to be free)
View it on https://replit.com/@hongbo-wei/alien-invasion
**If you like this game project, please start it**
**Thank you! :)**