Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hellrungj/spaceship_fighters


https://github.com/hellrungj/spaceship_fighters

Last synced: about 2 months ago
JSON representation

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])