LambdaMOO-inspired framework for writing text adventures in Python
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Cassowary Rusnov 518f0101e2 Rejigger object tree and use objects for more things 3 weeks ago
pyoo Rejigger object tree and use objects for more things 3 weeks ago
.gitignore Initial checkin. 8 years ago
README.md Update todo and readme. 8 years ago
TODO.md Update todo and readme. 8 years ago
license.txt Update all code to be python3 compatible. Add tox. Modernize things. Add license, setup, etc. 3 years ago
requirements.txt Update all code to be python3 compatible. Add tox. Modernize things. Add license, setup, etc. 3 years ago
roomtest.txt Completed room loader. Major fixes to room. Added test adventure for rooms. 8 years ago
setup.py Start implementing tell networks, and messages for room activities. 3 years ago
testrooms.py Rejigger object tree and use objects for more things 3 weeks ago
testverb.py Rejigger object tree and use objects for more things 3 weeks ago
tox.ini Rejigger object tree and use objects for more things 3 weeks ago

README.md

PYOO

A Python text-adventure engine inspired by MOO server.

See testverb.py and testrooms.py for an example mini-adventures.