https://github.com/shihabshahrier/space_shooter
2d space shooting game for two players
https://github.com/shihabshahrier/space_shooter
pygame pyhton3
Last synced: 7 months ago
JSON representation
2d space shooting game for two players
- Host: GitHub
- URL: https://github.com/shihabshahrier/space_shooter
- Owner: shihabshahrier
- Created: 2023-10-11T15:27:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T17:49:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T06:13:20.018Z (8 months ago)
- Topics: pygame, pyhton3
- Language: Python
- Homepage:
- Size: 4.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Space Shooter
## Overview
Welcome to our 2D Space Shooter Game! Engage in an interstellar battle, navigate through the treacherous terrain of outer space, obliterate your enemies, and avoid deadly obstacles. This game is developed using Python and Pygame, designed to provide a fun and engaging experience to all sort of players.
## Features
- **Intergalactic Battles:** Encounter enemy and engage in dynamic space combat.
- **Scoring System:** Servive till the end to Win.
- **Dynamic Sound:** Experience captivating sound effects.## Getting Started
### Prerequisites
Ensure you have the following installed on your local machine:
- [Python](https://www.python.org/downloads/) (3.6 or later)
- [Pygame](https://www.pygame.org/wiki/GettingStarted) (2.0.0 or later)### Installation
1. Clone the repository:
```
git clone https://github.com/shihabshahrier/space_shooter.git
```
2. Navigate into the project directory:
```
cd space_shooter
```
3. Install the required dependencies:
```
pip install pygame
```
4. Run the game:
```
python main.py
```## How to Play
- **Moving:** Use arrow keys (↑ ↓ → ←) or (A D W S) to navigate your spaceship.
- **Shooting:** Press the LEFTSHIFT or RIGHTSHIFT to fire lasers towards enemies.
- **Quit:** Press "ESC" to quit the game at any time.## Support
If you encounter any bug or issues, please report them in the [Issues section](https://github.com/your-username/space_shooter/issues) of our GitHub repository.
## Contributing
We welcome contributions from the community. If you'd like to contribute, please fork the repository and submit a pull request. For substantial changes, please open an issue first to discuss your proposed changes.