Metadata-Version: 2.0
Name: python-adventure-game
Version: 0.1.0
Summary: A simple text-based adventure game engine.
Home-page: https://github.com/allanburleson/python-adventure-game
Author: Allan Burleson
Author-email: burleson.a@icloud.com
License: MIT
Keywords: game text text-based adventure interactive-fiction
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Education :: Testing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6

python-adventure-game
==============
.. image:: https://travis-ci.org/allanburleson/python-adventure-game.svg?branch=master

This is a text-based adventure game engine written in Python. There are better ones out there; I'm just making this for fun.

See example.py for an example game with the engine and demo.py for a more complicated game.  

Python 3.6 is required because I'm the only user so it doesn't matter.



