Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Added a TODO (handling multiline inputs from the user).Dinko Galetic2010-06-271-0/+2
|
* User replies are now switched to lowercase before checking them.Dinko Galetic2010-06-271-5/+4
| | | | Slight modification to the definition of programming.
* introduction.py: Fixed a few style/grammar things. Added a few TODOs.Dinko Galetic2010-06-261-6/+7
|
* Added the introduction for the tutorial.Dinko Galetic2010-06-241-0/+104
|
* Exits are no longer hardcoded in the game.Dinko Galetic2010-06-131-3/+22
|
* Several changes to scholar.pyDinko Galetic2010-06-091-14/+34
| | | | | | | | | | | 1) Changed the way names of objects are handled. GameObject.name is now a property which returns/sets GameObject.aliases[0] A few minor adjustments had to be made so this works with everything. 2) Room.contains[] now contains not only items, but player(s) and exits as well. This enabled me to use a single for loop in unalias() 3) added some TODO and other comments
*