Metadata-Version: 2.1
Name: shellcraft
Version: 0.12.0
Summary: ShellCraft is a command line based crafting game.
Home-page: https://maebert.github.io/shellcraft
License: MIT
Author: Manuel Ebert
Author-email: manuel@1450.me
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: protobuf (>=3.8,<4.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Project-URL: Changelog, https://github.com/maebert/shellcraft/releases
Project-URL: Repository, https://github.com/maebert/shellcraft
Description-Content-Type: text/markdown

![Cover Image](https://raw.githubusercontent.com/maebert/shellcraft/HEAD/docs/img/cover.png)

ShellCraft is a game about mining, crafting, and puzzling, loosely based on Ted Chiang's short story *[Seventy-Two Letters](https://maebert.github.io/shellcraft/72letters)*.

```sh
# Install ShellCraft (requires python 3)
$ pip3 install shellcraft

# Run ShellCraft:
$ shellcraft
```

Read the [full documentation here](https://maebert.github.io/shellcraft).

![PYPI](https://img.shields.io/pypi/v/shellcraft.svg)
![Travis](https://img.shields.io/travis/maebert/shellcraft.svg)
![PyUp](https://pyup.io/repos/github/maebert/shellcraft/shield.svg)
![Black](https://img.shields.io/badge/code%20style-black-000000.svg)

