summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changed 'look' command to work like 'look around' when no target ismasterJan T2015-07-281-1/+2
| | | | given.
* Added help command. Replaced hard-coded 'quit' command with a words.pyJan T2015-07-282-17/+35
| | | | entry. Cleaned up code to pass flake8 style check.
* Merge pull request #25 from rahulmr/patch-1Thomas Kluyver2014-09-091-1/+1
|\ | | | | Parameter name was incorrect
| * Parameter name was incorrectRahul Mishra2014-09-091-1/+1
|/
* Merge pull request #24 from ratmonkey/kittensThomas Kluyver2013-05-2624-31/+580
|\ | | | | Kittens
| * PEP 8Kleopatra Angelidi2013-05-263-19/+23
| |
| * changed description on leave after the challenge is completed (n5w7)Kleopatra Angelidi2013-05-241-1/+1
| |
| * wrote more efficient the words that do[] checks (n3w5)Kleopatra Angelidi2013-05-241-1/+1
| |
| * orthographyKleopatra Angelidi2013-05-241-1/+1
| |
| * added 'bribe the cat with catfood' optionKleopatra Angelidi2013-05-231-0/+9
| |
| * fixed the challenge with the knife (n3w5)Kleopatra Angelidi2013-05-231-7/+9
| |
| * removed last /n from action and leave functionsKleopatra Angelidi2013-05-2324-52/+52
| |
| * wrote more efficient the words that do[] checks (n5w7)Kleopatra Angelidi2013-05-231-2/+2
| |
| * added map_worldKleopatra Angelidi2013-05-2014-3/+27
| |
| * moar \n and changed leave restriction description (n3w5)Kleopatra Angelidi2013-05-201-5/+5
| |
| * leave description for E (not sure really and I don't know how to use diff ↵Kleopatra Angelidi2013-05-201-2/+2
| | | | | | | | yet >.>)
| * leave description for E (n1w4)Kleopatra Angelidi2013-05-201-0/+3
| |
| * leave description for W (n1w3)Kleopatra Angelidi2013-05-201-0/+3
| |
| * changed challenge description about cat (n1w4)Kleopatra Angelidi2013-05-201-5/+8
| |
| * elif added in case player tries to take cream before solving the riddle (n5w5)Kleopatra Angelidi2013-05-201-0/+3
| |
| * fixed IndexError line 32 (n5w5)Kleopatra Angelidi2013-05-201-1/+1
| |
| * grammar error fixedKleopatra Angelidi2013-05-201-1/+1
| |
| * grammar fixedKleopatra Angelidi2013-05-1911-22/+23
| |
| * minor changes in description when you get the itemKleopatra Angelidi2013-05-151-1/+1
| |
| * added different description if challenge completed (n5w7)Kleopatra Angelidi2013-05-151-7/+27
| |
| * leave restrictions (n5w7)Kleopatra Angelidi2013-05-151-2/+18
| |
| * riddle explanation __init__ and action (n5w7)Kleopatra Angelidi2013-05-151-3/+26
| |
| * joined two leave restrictions in one (n4w7)Kleopatra Angelidi2013-05-151-5/+1
| |
| * description for n5w7Kleopatra Angelidi2013-05-151-2/+14
| |
| * describe and leave functions for n5w6Kleopatra Angelidi2013-05-151-1/+9
| |
| * added "have a mice day" for goodbye :) (n5w5)Kleopatra Angelidi2013-05-151-1/+1
| |
| * leave function for n5w5Kleopatra Angelidi2013-05-151-4/+12
| |
| * added elif in action in case the player tries to take more cream (n5w5)Kleopatra Angelidi2013-05-151-1/+4
| |
| * set action (n5w5)Kleopatra Angelidi2013-05-151-4/+12
| |
| * added challenge and __init__ with booleanKleopatra Angelidi2013-05-151-2/+18
| |
| * added leave direction N (n4w5)Kleopatra Angelidi2013-05-151-0/+4
| |
| * imported words and transferKleopatra Angelidi2013-05-152-0/+11
| |
| * new tiles n5w5 n5w6 n5w7Kleopatra Angelidi2013-05-153-0/+18
| |
| * changed a little bit the description (n3w4)Kleopatra Angelidi2013-05-141-4/+4
| |
| * removed leave restriction for west (n3w4)Kleopatra Angelidi2013-05-141-1/+1
| |
| * added leave function (n3w5)Kleopatra Angelidi2013-05-141-0/+8
| |
| * added take_knife function (n3w5)Kleopatra Angelidi2013-05-141-5/+13
| |
| * added else on actionKleopatra Angelidi2013-05-141-1/+3
| |
| * added reply in the riddle in action (n3w5)Kleopatra Angelidi2013-05-141-2/+6
| |
| * added challenge (n3w5)Kleopatra Angelidi2013-05-141-6/+19
| |
| * changed description for leave W/S/N functionKleopatra Angelidi2013-05-141-1/+1
| |
| * added description and leave for east (n4w5)Kleopatra Angelidi2013-05-141-2/+9
| |
| * added new tile n4w5Kleopatra Angelidi2013-05-141-0/+7
| |
| * added new tile n3w5Kleopatra Angelidi2013-05-141-0/+17
| |
| * indented else and print on lines 37, 38Kleopatra Angelidi2013-05-141-3/+3
| |