LICENSE.txt
MANIFEST.in
README.txt
setup.cfg
setup.py
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/_static/tale-large.png
docs/source/_static/tale-small.png
ideas/ideas.txt
ideas/verbs.txt
scripts/tale-run
scripts/tale-run.cmd
stories/demo/play demo (gui).pyw
stories/demo/play_demo
stories/demo/play_demo.cmd
stories/demo/story.py
stories/demo/cmds/__init__.py
stories/demo/messages/banner.txt
stories/demo/messages/license.txt
stories/demo/messages/motd.txt
stories/demo/messages/welcome.txt
stories/demo/npcs/__init__.py
stories/demo/npcs/town_creatures.py
stories/demo/zones/__init__.py
stories/demo/zones/town.py
stories/demo/zones/wizardtower.py
tale/__init__.py
tale/base.py
tale/charbuilder.py
tale/driver.py
tale/errors.py
tale/hints.py
tale/lang.py
tale/main.py
tale/npc.py
tale/player.py
tale/pubsub.py
tale/races.py
tale/soul.py
tale/soul_adverbs.txt
tale/util.py
tale.egg-info/PKG-INFO
tale.egg-info/SOURCES.txt
tale.egg-info/dependency_links.txt
tale.egg-info/requires.txt
tale.egg-info/top_level.txt
tale/cmds/__init__.py
tale/cmds/decorators.py
tale/cmds/normal.py
tale/cmds/wizard.py
tale/demo/__init__.py
tale/demo/story.py
tale/demo/zones/__init__.py
tale/demo/zones/house.py
tale/items/__init__.py
tale/items/basic.py
tale/tio/__init__.py
tale/tio/ansi_codes.py
tale/tio/colorama_patched.py
tale/tio/console_io.py
tale/tio/if_browser_io.py
tale/tio/iobase.py
tale/tio/mud_browser_io.py
tale/tio/quill_pen_paper.gif
tale/tio/quill_pen_paper.ico
tale/tio/styleaware_wrapper.py
tale/tio/tkinter_io.py
tale/tio/vfs.py
tale/web/about.html
tale/web/about_license.html
tale/web/about_mud.html
tale/web/favicon.ico
tale/web/index.html
tale/web/logo.gif
tale/web/script.js
tale/web/story.html
tale/web/style.css
tests/__init__.py
tests/run_tox.py
tests/supportstuff.py
tests/test_console_io.py
tests/test_driver.py
tests/test_hints.py
tests/test_items.py
tests/test_languagetools.py
tests/test_mudobjects.py
tests/test_player.py
tests/test_pubsub.py
tests/test_races.py
tests/test_serialize.py
tests/test_soul.py
tests/test_stories.py
tests/test_util.py