summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added new tile n1w2Kleopatra Angelidi2013-05-071-0/+19
|
* Merge pull request #23 from lathan/yesnoThomas Kluyver2013-04-302-2/+8
|\ | | | | added yes/no words. Modified n2w2 to use words.
| * Made all yes/no words lowercase. Upper not needed.George Angelopoulos2013-05-011-2/+2
| | | | | | | | | | | | Apparently, player input is converted to lowercase in weatbag/action.py, so we only need lowercase words in weatbag/words.py.
| * added yes/no words. Modified n2w2 to use words.George Angelopoulos2013-05-012-2/+8
|/ | | | | | | In acec64fe4677305566cd2d0fa780056b07f7e6e6 there is a yes/no question introduced in tile n2w2. This is the first time yes/no answers appear in the game. So I added 'yes' and 'no' as words in weatbag/words.py and modified weatbag/tiles/n2w2.py to use them, making the code a bit cleaner.
* Merge pull request #22 from ratmonkey/island_rebasedThomas Kluyver2013-04-3012-4/+380
|\ | | | | Island area
| * added another yes option for action (n2w2)Kleopatra Angelidi2013-04-301-1/+1
| |
| * added a 'No' option on action / tile n2w2Kleopatra Angelidi2013-04-301-1/+4
| |
| * merged two ifs on leave function in oneKleopatra Angelidi2013-04-301-4/+1
| |
| * edited the string on the first print on describeKleopatra Angelidi2013-04-301-2/+2
| |
| * corrected weired to weird (orthography)Kleopatra Angelidi2013-04-301-1/+1
| |
| * edited describe/added a simple silly actionKleopatra Angelidi2013-04-301-3/+8
| |
| * added else option in action for when the challenge is completedKleopatra Angelidi2013-04-301-0/+3
| |
| * changed boolean name from challenge_not_completed to challenge_completedKleopatra Angelidi2013-04-301-8/+8
| |
| * customized describe function on n2w3Kleopatra Angelidi2013-04-291-4/+11
| |
| * small indentation fix for n2w3Kleopatra Angelidi2013-04-291-19/+19
| |
| * custom message for first visit on n2w2Kleopatra Angelidi2013-04-291-2/+9
| |
| * small indentation fix on n2w2Kleopatra Angelidi2013-04-291-17/+17
| |
| * fixed describe and item transfer on n2w5Kleopatra Angelidi2013-04-291-2/+3
| |
| * syntax correction on some stringsKleopatra Angelidi2013-04-291-4/+4
| |
| * removed leave restriction for e on n2w1Kleopatra Angelidi2013-04-291-4/+0
| |
| * removed leave restrictions from n2Kleopatra Angelidi2013-04-291-4/+0
| |
| * move new line from begining to end on 2 strings/n2Kleopatra Angelidi2013-04-291-2/+2
| |
| * changed indentation on strings for visibilityKleopatra Angelidi2013-04-298-34/+42
| |
| * added leave restriction in n2Kleopatra Angelidi2013-04-291-2/+6
| |
| * rephrased various output stringsKleopatra Angelidi2013-04-294-14/+12
| |
| * added leave for wKleopatra Angelidi2013-04-291-2/+4
| |
| * corrected syntaxKleopatra Angelidi2013-04-291-2/+2
| |
| * added leave for eKleopatra Angelidi2013-04-291-0/+3
| |
| * minor change in describeKleopatra Angelidi2013-04-291-1/+1
| |
| * improved new lines! Woah!Kleopatra Angelidi2013-04-2910-69/+69
| |
| * added leave function for nKleopatra Angelidi2013-04-291-2/+6
| |
| * added leave function for nKleopatra Angelidi2013-04-291-0/+7
| |
| * added leave function for n and wKleopatra Angelidi2013-04-291-0/+10
| |
| * added leave function for n and a wall of kitties! (OMG! kitty ascii!!1!11)Kleopatra Angelidi2013-04-291-2/+27
| |
| * added leave function for w/s/nKleopatra Angelidi2013-04-291-1/+6
| |
| * added leave function for SKleopatra Angelidi2013-04-291-1/+5
| |
| * added leave function for SKleopatra Angelidi2013-04-291-1/+8
| |
| * added leave function for SKleopatra Angelidi2013-04-291-4/+7
| |
| * added some /n for teh l00ks!!1!Kleopatra Angelidi2013-04-2910-63/+65
| |
| * added leave function for w(sea) and w(cave)Kleopatra Angelidi2013-04-291-0/+17
| |
| * added m0ar catfood ^__^Kleopatra Angelidi2013-04-291-2/+2
| |
| * corrected if cases / added catfoodKleopatra Angelidi2013-04-291-8/+16
| |
| * removed trailing whitespaceKleopatra Angelidi2013-04-291-1/+1
| |
| * removed a useless elseKleopatra Angelidi2013-04-291-3/+0
| |
| * small changes / added a commentKleopatra Angelidi2013-04-291-7/+12
| |
| * added description/leave/boolean/Kleopatra Angelidi2013-04-291-0/+39
| |
| * added a " , line 10Kleopatra Angelidi2013-04-291-1/+1
| |
| * minor changes in describe/printKleopatra Angelidi2013-04-291-3/+3
| |
| * added leave + boolean for describe + small fixesKleopatra Angelidi2013-04-291-8/+15
| |
| * added leave function on n2w4Kleopatra Angelidi2013-04-293-8/+44
| |