Commit History

Author SHA1 Message Date
  Brandon Craig Rhodes 4658fbd58b Fixed bitbucket issue #1 by adding a warning if setup.py is run with Python 2. 13 years ago
  Brandon Craig Rhodes 734a8aad3d Gave "python -m adventure" a real argparse command line, that can take a 13 years ago
  Brandon Craig Rhodes 87d968b367 Corrected a README typo. 14 years ago
  Brandon Craig Rhodes 0febcbc817 Made it possible to cleanly exit the custom prompt with control-D. 14 years ago
  Brandon Craig Rhodes 18685af268 Bugfix: the game is also finished if "is_done" is true. 14 years ago
  Brandon Craig Rhodes 5f49f17973 Added tag 1.1 for changeset 3aa4ba805e55 14 years ago
  Brandon Craig Rhodes 4762f669fa Updated version number and released. 14 years ago
  Brandon Craig Rhodes 5511c3aa2c Added tag 1.1 for changeset be26fdf30b49 14 years ago
  Brandon Craig Rhodes 9301ae14cd When Michael Foord playtested, I realized that noun.verb() should be possible! 14 years ago
  Brandon Craig Rhodes a5ca4a8acf Instead of play() installing symbols into the "builtins" module but 14 years ago
  Brandon Craig Rhodes cebc6758a7 Added an authentic traditional Adventure game prompt that runs at 1200 baud. 14 years ago
  Brandon Craig Rhodes 0180a806ef Moved __init__.py imports into functions to reduce side effects of import. 14 years ago
  Brandon Craig Rhodes 74ff79feb7 Bugfix: "build" command is really "building"; "stair" should be "staircase". 14 years ago
  Brandon Craig Rhodes 2ebed655e5 Added tag 1.0 for changeset 0b0a193c5124 14 years ago
  Brandon Craig Rhodes 6b16f052ed Upgraded version to 1.0, made some final README tweaks, and uploaded. 14 years ago
  Brandon Craig Rhodes 3a5a67e009 Through final tests of the repository, reached 100% test coverage. 14 years ago
  Brandon Craig Rhodes aaa33c9660 Started testing endgame; fixed logic involving plant2; made vignettes briefer. 14 years ago
  Brandon Craig Rhodes 4995caf8bc Tested everything that was left except special cases related to the endgame. 14 years ago
  Brandon Craig Rhodes 5455a7e46f Tested and debugged several more verbs: "pour" through "read". 14 years ago
  Brandon Craig Rhodes e4ba81def1 Debugged attacking, both intransitive and transitive. 14 years ago
  Brandon Craig Rhodes 97b9012518 Thoroughly tested and debugged locking/unlocking, lighting, and extinguishing. 14 years ago
  Brandon Craig Rhodes 17277de72e Finished the edge cases for dropping and intransitive unlocking. 14 years ago
  Brandon Craig Rhodes 1d59a38bae Debugged the last carry() edge cases, and fixed a big data problem: only 14 years ago
  Brandon Craig Rhodes 639e8f9df4 Tested the special-case messages for when various motions are impossible. 14 years ago
  Brandon Craig Rhodes 482b75851e Tested killing the bear; reworked and simplified repr() class, test helpers. 14 years ago
  Brandon Craig Rhodes 56e9f8d337 Cleaned up and tested how a few special words and verbal errors are handled. 14 years ago
  Brandon Craig Rhodes c44981f87d Successfully tested the logic surrounding the lamp and its batteries. 14 years ago
  Brandon Craig Rhodes 4465d4ca0d Got hints debugged and working. 14 years ago
  Brandon Craig Rhodes e1c5f10fff Tested edge cases surrounding dwarves and the pirate. 14 years ago
  Brandon Craig Rhodes bea7d4ee11 Added compression to save files, and added save-resume to README.txt. 14 years ago