summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added new tile n3w6Kleopatra Angelidi2013-05-081-0/+18
|
* changed rats to mice (n1w5)Kleopatra Angelidi2013-05-071-13/+12
|
* added leave W description (n1w5)Kleopatra Angelidi2013-05-071-0/+3
|
* added leave description for South (n2w6)Kleopatra Angelidi2013-05-071-1/+4
|
* added description (n2w6)Kleopatra Angelidi2013-05-071-3/+4
|
* added leave description for E & NKleopatra Angelidi2013-05-071-1/+2
|
* added description (n1w6)Kleopatra Angelidi2013-05-071-2/+5
|
* small changes to describeKleopatra Angelidi2013-05-071-5/+6
|
* added describe/action/leave (n1w5)Kleopatra Angelidi2013-05-071-3/+26
|
* added new tile n2w6Kleopatra Angelidi2013-05-071-0/+20
|
* added new tile n1w6Kleopatra Angelidi2013-05-071-0/+15
|
* added new tile n1w5Kleopatra Angelidi2013-05-071-0/+20
|
* grammar and orthographyKleopatra Angelidi2013-05-073-5/+4
|
* added a description for leave w (n1w2)Kleopatra Angelidi2013-05-071-0/+5
|
* added else inside action for when the player says something else except the ↵Kleopatra Angelidi2013-05-071-1/+3
| | | | solution of the riddle
* added action and an kitten item :3 (n1w4)Kleopatra Angelidi2013-05-071-13/+26
|
* added challenge description (n1w4)Kleopatra Angelidi2013-05-071-3/+19
|
* added describeKleopatra Angelidi2013-05-071-2/+4
|
* added one more leave restrictionKleopatra Angelidi2013-05-071-2/+6
|
* added new tile n1w4Kleopatra Angelidi2013-05-071-0/+28
|
* changed leave south descriptionKleopatra Angelidi2013-05-071-2/+2
|
* added leave restriction for northKleopatra Angelidi2013-05-071-0/+3
|
* added new tile n1w3Kleopatra Angelidi2013-05-071-0/+17
|
* identation on print for the looksKleopatra Angelidi2013-05-071-2/+2
|
* removed leave south restrictionKleopatra Angelidi2013-05-071-3/+0
|
* 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
| |