takluyver / weatbag

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

added yes/no words. Modified n2w2 to use words. #23

Closed gangelop closed 11 years ago

gangelop commented 11 years ago

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.

takluyver commented 11 years ago

Good plan, I didn't think of that while reviewing it.

takluyver commented 11 years ago

Out of curiosity, do you know @ratmonkey? Your surnames look somewhat similar, and you both started committing around the same time.

gangelop commented 11 years ago

Yes, I introduced @ratmonkey to weatbag. Our surnames sound similar partly because they are both Greek but also because they just happen to be derived from the same word.

takluyver commented 11 years ago

:-)

The code that gets player input is in weatbag.action.

This looks good, so I'll merge it now. Thanks!