Metadata-Version: 2.1
Name: spaceway
Version: 2.0.3
Summary: Space Way is arcade game about space, in which you must overcome the space path by flying around obstacles
Home-page: https://github.com/YariKartoshe4ka/Space-Way
Author: YariKartoshe4ka
Author-email: yaroslav.kikel.06@inbox.ru
License: UNKNOWN
Description: <div align="center">
        
        ## Space Way
        
        Arcade game about space, in which you must overcome the space path by flying around obstacles 
        
        ![](https://img.shields.io/pypi/v/spaceway) ![](https://img.shields.io/github/release-date/YariKartoshe4ka/Space-Way) ![](https://img.shields.io/pypi/dm/spaceway)
        
        <img src="https://raw.githubusercontent.com/YariKartoshe4ka/Space-Way/master/docs/icons/icon.svg" width=128 />
        
        </div>
        
        
        ### Installation
        
        ###### Compiled (Only Windows)
        
        1. Download Space Way installer from [latest releases](https://github.com/YariKartoshe4ka/Space-Way/releases/latest)
        2. Launch the installer and install Space Way
        3. Launch the program with a shortcut
        
        ###### Via pip (All platforms)
        
        1. Install Space Way from PyPI packages
        ```sh
        python -m pip install spaceway
        ```
        2. Run it with shortcut or from terminal
        ```sh
        spaceway
        ```
        
        ### Future
        
        I am not a professional game developer (this is my first game), and I do not know if it makes sense to develop it, but if there is activity on the repository, then I'm going to do:
        
        1. Music and sprites update 
        2. Add more obstacles for different levels of difficulty
        3. Add support of Android (very far future, >100 stars on this repo)
        
        [and many other things...](https://github.com/YariKartoshe4ka/Space-Way/blob/master/docs/TODO.md)
        
        
        ### Contribution
        
        If you want to contribute to this repo, check out [TODO.md](https://github.com/YariKartoshe4ka/Space-Way/blob/master/docs/TODO.md) and check out what you can do<br>
        I am currently looking for artists to evaluate and rework sprites<br>
        I welcome information about bugs, ideas and suggestions, always open for issue and pull requests<br>
        
        
        ### Screenshots
        
        |                               |                               |
        |-------------------------------|-------------------------------|
        |![](https://raw.githubusercontent.com/YariKartoshe4ka/Space-Way/master/docs/screenshots/lobby.png)|![](https://raw.githubusercontent.com/YariKartoshe4ka/Space-Way/master/docs/screenshots/jump.png) |
        |![](https://raw.githubusercontent.com/YariKartoshe4ka/Space-Way/master/docs/screenshots/boost.png)|![](https://raw.githubusercontent.com/YariKartoshe4ka/Space-Way/master/docs/screenshots/end.png)  |
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: X11 Applications
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Games/Entertainment :: Arcade
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
