Metadata-Version: 2.1
Name: adventure-anywhere
Version: 1.0.1
Summary: Port of the 1977 ADVENTURE game that supports long-running sessions amongst multiple players.
Home-page: https://github.com/zhammer/adventure-anywhere
Author: Zach Hammer
Author-email: zach.the.hammer@gmail.com
License: MIT License
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: adventure

Adventure Anywhere is a port of the 1977 ADVENTURE game that allows for long-running game sessions peristed amongst multiple players. See `adventure_anywhere.use_adventure.do_command` for the top-level use case.

This repo was originally a fork of Brandon Rhodes' [python-adventure](https://github.com/brandon-rhodes/python-adventure) which itself is a python port of the original 1977 ADVENTURE fortran code. The code design of Adventure Anywhere is also influenced by Brandon Rhodes' PyOhio 2014 talk [The Clean Architecture in Python](https://pyvideo.org/pyohio-2014/the-clean-architecture-in-python.html).

Adventure Anywhere can be played:
- **via SMS** by texting +17028002877
  - source code: [sms_adventure](/sms_adventure)
  - website: www.smsadventure.com


