Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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))**

Alien Invasion

## 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! :)**