Metadata-Version: 2.1
Name: space-diner
Version: 1.0.4
Summary: Space Diner is a sci-fi themed, text-based sim game.
Home-page: https://github.com/2e2a/space-diner/
Author: Marta Wierzba
Author-email: marta.wierzba@mailbox.org
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/2e2a/space-diner/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment :: Simulation
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Requires-Dist: PyYaml (>=5)
Requires-Dist: importlib-resources ; python_version < "3.7"
Requires-Dist: pyreadline ; sys_platform == "win32"

# Space Diner

Space Diner is a sci-fi themed, text-based sim game. 
The player runs a diner that is visited by customers from our solar system and beyond! 
The goal is to serve each of them a meal that they like and that they can digest.
The player's activities include taking orders, buying ingredients, and cooking.
You can also get to know your regular customers and their stories.

## Installation

Python3 is required.

Install Space Diner with: `pip install space-diner`

[More detailed installation instructions are available here.](https://github.com/2e2a/space-diner/blob/master/INSTALL.md)

## Starting the game

Start the game with: `space-diner`

You can optionally start the game in a text-only mode (without decorative special characters): `space-diner --text-only`


