https://github.com/nneji123/alien-shooter
A Game where a user shoots aliens and gets points. Created using Pygame library.
https://github.com/nneji123/alien-shooter
Last synced: 7 months ago
JSON representation
A Game where a user shoots aliens and gets points. Created using Pygame library.
- Host: GitHub
- URL: https://github.com/nneji123/alien-shooter
- Owner: Nneji123
- Created: 2022-04-20T22:57:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T10:44:58.000Z (over 2 years ago)
- Last Synced: 2025-05-04T21:57:10.296Z (7 months ago)
- Language: Python
- Size: 1.42 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Alien Shooter
[](https://www.python.org)
[](http://www.pygame.org/news.html)
## About the Game
This is a game similar to 'Space Invaders' where the user controls a spaceship and shoots bullets at aliens and earns points. The aim is to earn as much points as possible before the aliens get to your vicinity. If the alien gets too close to the user a 'GAME OVER' caption will be displayed.

## Requirements
If you have the correct version of Python and Pygame installed, you can run the program in the command prompt / terminal.
Also you have to change the directory of where each asset is kept to your main script directory.
```bash
cd SpaceInvaders
python alien_shooter.py
```
**Note:** If you're using Python 3, replace the command "python" with "python3"
**MacOS Mojave**: You need to use Python 3.7.2 or greater: [Source](https://github.com/pygame/pygame/issues/555)
## Gameplay Preview

**You can now check out the game with Replit!**
[](https://repl.it/github/Nneji123/Alien-Shooter)