Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hollali/space_invaders
Space Invaders
https://github.com/hollali/space_invaders
python
Last synced: about 2 months ago
JSON representation
Space Invaders
- Host: GitHub
- URL: https://github.com/hollali/space_invaders
- Owner: hollali
- Created: 2023-11-08T03:32:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-09T12:51:59.000Z (5 months ago)
- Last Synced: 2024-08-09T14:21:46.175Z (5 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 9.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Space Invaders Game
This is a simple Space Invaders game created using Python and the Pygame library.
## Game Overview
- The player controls a spaceship and shoots at descending alien enemies.
- The player's score increases with each alien defeated.
- The game ends when an alien reaches the player's spaceship.## Prerequisites
- Python (3.x recommended)
- Pygame library## Installation
1. Make sure you have Python installed. If not, download and install it from [Python's official website](https://www.python.org/).
2. Install the Pygame library using `pip` (pip install pygame):
## Usage
- Run the game by executing the Python script ,`main.py`.
- ## Features
- Player control using left and right arrow keys.
- Shoot bullets by pressing the spacebar.
- Multiple enemy aliens moving horizontally and vertically.
- Sound effects for shooting and enemy destruction.
- Background music during gameplay.
- Score tracking.- Controls:
- Use the left and right arrow keys to move the player's spaceship.
- Press the space bar to fire bullets.## Game Assets
The game uses various image and sound assets located in the `images` and `sounds` directories. Make sure to keep these directories intact.
## Credits
- Game assets (images and sounds) used in this project are provided by various artists and can be found at [example.com](https://example.com/).
## License
This project is open-source and available under the [MIT License](LICENSE).
## Author
- Hollali Kelivin
Feel free to modify this `readme.md` file to include more detailed information about your project, such as gameplay instructions, additional features, and acknowledgments. You can also include links to external sources or assets you've used in the game.