summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * boolean on action / added cat adviceKleopatra Angelidi2013-05-141-9/+12
| |
| * changed describe added kitties() (n4w7)Kleopatra Angelidi2013-05-141-14/+18
| |
| * added leave function fot n4w7Kleopatra Angelidi2013-05-141-1/+13
| |
| * added action for n4w7Kleopatra Angelidi2013-05-131-3/+9
| |
| * corrected syntax on self.challenge_completed(n4w7)Kleopatra Angelidi2013-05-121-2/+2
| |
| * added describe on n4w7Kleopatra Angelidi2013-05-121-1/+25
| |
| * added leave function for n4w6Kleopatra Angelidi2013-05-121-0/+11
| |
| * added new tiles n4w6 and n4w7Kleopatra Angelidi2013-05-122-1/+8
| |
| * added leave description for North (n3w6)Kleopatra Angelidi2013-05-081-0/+3
| |
| * added new tile n4w6Kleopatra Angelidi2013-05-081-0/+6
| |
| * added description (n3w6)Kleopatra Angelidi2013-05-081-1/+1
| |
| * 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
| |