summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added comment about entry restrictions on bugquest tilesGeorge Angelopoulos2013-04-242-0/+10
|
* made output string end on 3 periodsGeorge Angelopoulos2013-04-241-1/+1
| | | | | | | This is done because this is the first string after which the player is expected to press enter to continue. Hopefully, 3 periods are an effective hint and avoid the clutter of "press enter to continue..." messages.
* deleted placeholder filesGeorge Angelopoulos2013-04-243-66/+0
|
* Had forgotten to include a restricted directionGeorge Angelopoulos2013-04-221-1/+1
| | | | for the final bug quest tile.
* forgot to write 'self.' before a variableGeorge Angelopoulos2013-04-221-1/+1
|
* nothing importantGeorge Angelopoulos2013-04-211-1/+1
|
* Added placeholder files s1e2, s2e2, s3e1 withGeorge Angelopoulos2013-04-213-0/+66
| | | | leave restrictions to prevent early access to the bug quest.
* Made a sexist comment more PC.George Angelopoulos2013-04-211-2/+2
|
* Revert "Made a sexist comment more PC."George Angelopoulos2013-04-211-1/+1
| | | | This reverts commit 3632fc802ba9c537653e633b12d9430c7ed3f0b6.
* Added a commentGeorge Angelopoulos2013-04-211-0/+1
|
* Made a sexist comment more PC.George Angelopoulos2013-04-211-1/+1
|
* Changed They way I check for bug presence.George Angelopoulos2013-04-211-3/+3
| | | | It's simpler and more readable now.
* added some commentsGeorge Angelopoulos2013-04-211-0/+5
|
* Added check for "bugs must be crushed" message.George Angelopoulos2013-04-211-1/+3
| | | | | Now the message shows up only the first time the player goes South.
* fixed bug_quest exit message.George Angelopoulos2013-04-211-3/+4
|
* Added extra commands for interacting with bug.George Angelopoulos2013-04-211-1/+4
|
* leave restriction for s2 and indentation style fixGeorge Angelopoulos2013-04-201-9/+22
|
* leave restriction for s1George Angelopoulos2013-04-201-0/+14
|
* leave restrictions for s2e1George Angelopoulos2013-04-201-1/+6
|
* leave restrictions for s2e1George Angelopoulos2013-04-201-0/+9
|
* Added the final bug tile. ToDo: leave restrictionsGeorge Angelopoulos2013-04-201-0/+21
|
* wrong indentation on previous commitGeorge Angelopoulos2013-04-201-1/+1
|
* added a pause after leave textGeorge Angelopoulos2013-04-201-0/+1
|
* Fixed bug I had made on leave method for e1.George Angelopoulos2013-04-201-1/+3
| | | | I wasn't returning True/False for North, East, West.
* Added leave text if not going after the bug.George Angelopoulos2013-04-201-4/+10
|
* Fixed leave bug in s1e1 and modified output text.George Angelopoulos2013-04-201-2/+10
|
* Added first bug tile.George Angelopoulos2013-04-201-0/+21
|
* added south leave text for e1George Angelopoulos2013-04-201-0/+7
|
* Another minor grammar fix.George Angelopoulos2013-04-191-1/+1
|
* Fixed some grammatical and spelling errors.George Angelopoulos2013-04-191-1/+1
|
* Merge pull request #17 from lathan/masterThomas Kluyver2013-04-1811-33/+47
|\ | | | | Fixed bug in e2.py, Wrapped all lines in tiles longer than 79 characters to conform to PEP 8
| * Added vim .swp files to .gitignoreGeorge Angelopoulos2013-04-181-0/+2
| |
| * added a comment for clarityGeorge Angelopoulos2013-04-181-0/+3
| |
| * PEP 8 police: Wrapped 80+ char lines in all tiles!George Angelopoulos2013-04-189-29/+35
| |
| * Checks for challenge completion before complainingGeorge Angelopoulos2013-04-181-1/+1
| | | | | | | | about "take"
| * PEP 8 police: Wrapped long strings to less than 80 charactersGeorge Angelopoulos2013-04-181-3/+6
|/
* Merge pull request #10 from gradi3nt/southern-tiles-1Thomas Kluyver2013-01-285-1/+112
|\ | | | | Southern tiles 1
| * Made changes recommended by takluyverJulian Irwin2013-01-273-10/+14
| |
| * Finished s3 encounter w/ short manJulian Irwin2013-01-263-15/+46
| |
| * Merge branch 'master' of git://github.com/takluyver/weatbag into ↵Julian Irwin2013-01-266-10/+103
| |\ | |/ |/| | | | | | | southern-tiles-1 Getting everything up to date before I continue. Also see if anyone has added cool new features.
* | Merge pull request #13 from SmartViking/masterThomas Kluyver2013-01-141-4/+2
|\ \ | | | | | | Changed action.get_action
| * | Changed action.get_action to handle prepositions differentlySmart Viking2013-01-141-4/+2
|/ /
* | Merge pull request #11 from takluyver/items-frameworkThomas Kluyver2013-01-136-6/+101
|\ \ | | | | | | Items framework
| * | Document combining itemsThomas Kluyver2013-01-131-0/+20
| | |
| * | New framework to allow combining items.Thomas Kluyver2013-01-135-6/+81
|/ /
| * Merge remote-tracking branch 'upstream/master' into southern-tiles-1Julian Irwin2013-01-112-2/+11
| |\ | |/ |/|
* | Merge pull request #8 from kkpattern/eat_berriesThomas Kluyver2013-01-112-2/+11
|\ \ | | | | | | Now player can eat berries to recover 2 hit point in tile n3.
| * | Now player can eat berries to recover 2 hit point in tile n3.kylerzhang2013-01-112-2/+11
|/ /
| * Merge remote-tracking branch 'upstream/master' into southern-tiles-1Julian Irwin2013-01-106-4/+109
| |\ | |/ |/|
* | Allow custom message when player attempts to move to nonexistent tile.Thomas Kluyver2013-01-103-9/+12
| | | | | | | | Closes gh-7