Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hellrungj/spaceship_fighters
https://github.com/hellrungj/spaceship_fighters
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellrungj/spaceship_fighters
- Owner: Hellrungj
- Created: 2022-09-21T20:10:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T02:53:08.000Z (over 2 years ago)
- Last Synced: 2024-10-13T09:25:32.740Z (3 months ago)
- Language: Python
- Size: 4.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpaceShip Fighters
[![Python](https://img.shields.io/badge/-Python-05122A?style=flat&logo=python)](https://www.python.org/)
Tutorial Game using pygame. The game is two player spaceship fighter game. The first player to kill the other wins.
## Getting Started:
### Prerequisites:
- [Python 3.10](https://www.python.org/downloads/release/python-3100/)
- [pipenv](https://pipenv.pypa.io/en/latest/)### Packages:
All dependencies can be found listed in [Pipfile](./Pipfile) and installed with the command below.### Installation:
---
#### Commands:
Install Python dependencies based on the Pipfile
```python
pipenv install
```
Excute python program
```python
pipenv main.py
```#### Note:
This code is from a tutoual for learning pygame. This code is for the use of learning about pygame.
[Pygame in 90 Minutes - For Beginners by Tech With Tim](https://www.youtube.com/watch?v=jO6qQDNa2UY)## Authors:
Users: [Hellrungj](https://github.com/Hellrungj/)## Contact Info:
Email: [[email protected]]([email protected])