Metadata-Version: 1.1
Name: shellcraft
Version: 0.6.1
Summary: ShellCraft is a command line based crafting game.
Home-page: https://github.com/maebert/shellcraft
Author: Manuel Ebert
Author-email: manuel@1450.me
License: MIT license
Description: ===============================
        ShellCraft
        ===============================
        
        
        .. image:: https://img.shields.io/pypi/v/shellcraft.svg
                :target: https://pypi.python.org/pypi/shellcraft
        
        .. image:: https://img.shields.io/travis/maebert/shellcraft.svg
                :target: https://travis-ci.org/maebert/shellcraft
        
        .. image:: https://readthedocs.org/projects/shellcraft/badge/?version=latest
                :target: https://shellcraft.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/maebert/shellcraft/shield.svg
             :target: https://pyup.io/repos/github/maebert/shellcraft/
             :alt: Updates
        
        
        
        ShellCraft is a game about mining, crafting, and puzzling, loosely based on Ted Chiang's short story `"72 letters"`_.
        
        
        .. image:: https://github.com/maebert/shellcraft/blob/master/docs/_static/logo.png?raw=true
           :width: 128 px
        
        .. code-block:: console
        
            # Install ShellCraft
            $ pip install shellcraft
        
            # Run ShellCraft:
            $ shellcraft
        
        Full documentatio can be found at: https://shellcraft.readthedocs.io.
        
        .. _"72 letters": https://archive.org/details/TedChiangSeventyTwoLetters
        
Keywords: shellcraft
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
