~myriad-worlds-dev/myriad-worlds/adventure-engine-2-pauls-changes

Viewing all changes in revision 2.

  • Committer: Duncan McGreggor
  • Date: 2011-04-27 02:54:37 UTC
  • Revision ID: duncan@ubuntu.com-20110427025437-za3bwlgp16ifias0
Applied Paul McGuire's previously unpublished changes to his original PyCon
2006 demo text adventure game engine. These changes introduce the following
features:
 - directions for NE, SE, SW, and NW
 - removal of non-functional __getattr__ code from Room class
 - removal unnecessary makeCommandParseAction method
 - addition READ command
 - new directions and one-way connectors for the ASCII map
 - conversion to short form for setResultsName
 - conversion from oneOf to CaselessKeyword's, to avoid collision of short
   direction names with commands
Also: new rooms to explore!

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: