Metadata-Version: 2.4
Name: shellcraft
Version: 0.14.0
Summary: ShellCraft is a command line based crafting game.
Author-email: Manu Ebert <manuel@1450.me>
License-Expression: MIT
Project-URL: Homepage, https://maebert.github.io/shellcraft
Project-URL: Documentation, https://maebert.github.io/shellcraft
Project-URL: Repository, https://github.com/maebert/shellcraft
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.1.8
Requires-Dist: pydantic>=2.11.9
Requires-Dist: toml>=0.10.2
Dynamic: license-file

![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 with pipx or pip:
$ pipx 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)
