Metadata-Version: 2.1
Name: ArriveTheSpaceship
Version: 0.0.1.dev9
Summary: A frogger-like game made with Pygame
Home-page: https://github.com/viniciussousaazevedo/arrive_the_spaceship
Author: Vinícius Azevedo
Author-email: sousa0240@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pygame (>=2.0)

## Arrive the spaceship
Arrive the spaceship is a frogger-like game made with Python, using the Pygame package

## Install and update

> Your computer must have Python 3.6 or higher, with pip command installed

- To install the game as a python package, use the command:
```
pip install ArriveTheSpaceship
```
- To update the game, use the command:
```
pip install --upgrade ArriveTheSpaceship
```


## How to play
Soon, there will be more details about how to play Arrive the Spaceship

## Latest release - 0.0.1
This version is the first of all, the game still needs to be developed about its basic logic and design. Soon, it will be playable
## License
This software is licensed under the terms of the MIT license. Please read the LICENSE file.

## Authors
This game was created and designed by [Vinícius Azevedo](https://github.com/viniciussousaazevedo) and [Carlos Fuch](https://github.com/httpcarlxs) as a university project

