https://github.com/diable201/space_game
Space game with library Pygame
https://github.com/diable201/space_game
library-pygame python3 space-game
Last synced: about 1 year ago
JSON representation
Space game with library Pygame
- Host: GitHub
- URL: https://github.com/diable201/space_game
- Owner: diable201
- License: osl-3.0
- Created: 2020-03-28T10:49:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T11:54:19.000Z (over 4 years ago)
- Last Synced: 2025-01-17T19:55:22.416Z (over 1 year ago)
- Topics: library-pygame, python3, space-game
- Language: Python
- Homepage:
- Size: 9.13 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# âšī¸ Space Game
The space shooter using Python 3 and Library Pygame.

## :o: INDEX
* [Requirements](https://github.com/diable201/Space_Game#%EF%B8%8F-requirements)
* [Screenshots](https://github.com/diable201/Space_Game#camera-screenshots)
* [Game Features](https://github.com/diable201/Space_Game#-game-features)
* [Controls](https://github.com/diable201/Space_Game#-controls)
* [Installation](https://github.com/diable201/Space_Game#-installation)
* [License](https://github.com/diable201/Space_Game#copyright-license)
## âī¸ Requirements
- :arrow_up: [[Back to top]](https://github.com/diable201/Space_Game#o-index)
Library Pygame:
```console
$ pip install pygame
```
Python3:
```console
$ python3 -V
Python 3.7.7
```
## :camera: Screenshots
- :arrow_up: [[Back to top]](https://github.com/diable201/Space_Game#o-index)

## đ Game Features
- :arrow_up: [[Back to top]](https://github.com/diable201/Space_Game#o-index)
### :rocket: Gameplay :
* Health bar for the space ship
* Score board
* Power Up (FirstAidKit)
* Random sprites for
* Explosions
* Enemies
* Player
* Shots
* 3 Lives per game
### :headphones: Sound :
* Music and sound for:
* Explosions
* Shots
* Power Up
* OST
## đ¤ Controls
- :arrow_up: [[Back to top]](https://github.com/diable201/Space_Game#o-index)
| | Button |
|--------------|---------------------|
| Move Up | W |
| Move Down | S |
| Move Left | A |
| Move Right | D |
| Fire (Press or Hold) | spacebar |
| Quit game | Esc |
## đ§ Installation
- :arrow_up: [[Back to top]](https://github.com/diable201/Space_Game#o-index)
### Build from source
```console
$ git clone https://github.com/diable201/Space_Game.git
$ cd Space_Game-master/
$ python3 main.py
```
## :copyright: License
- :arrow_up: [[Back to top]](https://github.com/diable201/Space_Game#o-index)
With :heart: by GitHub and open-source community.
This game is open-sourced software licensed under the [The Open Software License 3.0 (OSL-3.0)](https://opensource.org/licenses/OSL-3.0)