@ -3,4 +3,4 @@ PYOO
A Python text-adventure engine inspired by MOO server.
See testverb.py for an example mini-adventure.
See testverb.py and testrooms.py for an example mini-adventures.
@ -1,6 +1,4 @@
To Do
---------
* Inventory protocol (stubs are present)
* Room movement protocol (stubs are present)
* Some sort of pluggable I/O system - provide callables for sending output, etc.
--- Something someday.