summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/e1.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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 south leave text for e1George Angelopoulos2013-04-201-0/+7
|
* PEP 8 police: Wrapped 80+ char lines in all tiles!George Angelopoulos2013-04-181-2/+3
|
* Add transfer() utility function.Thomas Kluyver2013-01-071-3/+2
|
* Add first tile in each cardinal direction.Thomas Kluyver2013-01-051-0/+25