Metadata-Version: 1.1
Name: shellcraft
Version: 0.9.4
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: .. image:: https://raw.githubusercontent.com/maebert/shellcraft/HEAD/docs/_static/cover.png
           :alt: ShellCraft
           :align: center
        
        ShellCraft is a game about mining, crafting, and puzzling, loosely based on Ted Chiang's short story `"Seventy-Two Letters"`_.
        
        .. code-block:: console
        
            # Install ShellCraft
            $ pip install shellcraft
        
            # Run ShellCraft:
            $ shellcraft
        
        Full documentation can be found over at `Read The Docs`_.
        
        
        .. 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/?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
        
        
        .. _"Seventy-Two Letters": https://archive.org/details/TedChiangSeventyTwoLetters
        .. _Read The Docs: https://shellcraft.readthedocs.io.
        
Keywords: shellcraft
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Simulation
