Metadata-Version: 2.1
Name: ArriveTheSpaceship
Version: 0.0.2
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
Description: ## Arrive the spaceship 🚀
        Arrive the spaceship is a frogger-like game made with Python, using the Pygame package
        
        ## Install, update and play commands 💻
        
        > Your computer must have Python 3.6 or higher, with pip command installed
        
        - To install the game, use the command:
        ```
        pip install ArriveTheSpaceship
        ```
        - To update the game, use the command:
        ```
        pip install --upgrade ArriveTheSpaceship
        ```
        - To play the game, use the command:
        ```
        ArriveTheSpaceship
        ```
        
        ## How to play 🕹
        Use arrow keys to move Spike, the monkey, around the space, avoiding obstacles to "Arrive the Spaceship" on the other side of Spike's spawn.
        
        ## Latest release - 0.0.2 🕓
        This version comes with the basic logic of the game and also with a stable pip installation. Soon, there will be a game level logic, obstacles and objectives
        ## 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
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
