takluyver / weatbag

Written by Everyone Altogether, The Big Adventure Game
MIT License
21 stars 11 forks source link

Fixed bug in e2.py, Wrapped all lines in tiles longer than 79 characters to conform to PEP 8 #17

Closed gangelop closed 11 years ago

gangelop commented 11 years ago

After completing the dwarf challenge the dwarf disappears and you receive the prize. If you then try to "take" the prize, the absent dwarf complains. I added a check so that this doesn't happen.

Also, I went through all the tiles and wrapped ( mostly output strings ) which were longer than 79 characters so that they conform to the PEP 8 Style Guide. (http://www.python.org/dev/peps/pep-0008/#maximum-line-length)

takluyver commented 11 years ago

Thanks, that looks fine to me. I'll merge it. Feel free to add some tiles if you want.

gangelop commented 11 years ago

Feel free to add some tiles if you want.

Already looking into it! I've been studying the tiles that have been written so far.

takluyver commented 11 years ago

Great! I look forward to seeing what you come up with.