]> git.cworth.org Git - turbot/commit
Extend puzzle search to include type and tags
authorCarl Worth <cworth@cworth.org>
Sat, 9 Jan 2021 13:21:43 +0000 (05:21 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 9 Jan 2021 13:35:42 +0000 (05:35 -0800)
commit0878d40471403513b6da016d7412d07a5d903e9b
tree91ffbb67bb5b721435d93f2b095212972554de38
parent3385d460742786491db31c1587a86886a3e1b6c8
Extend puzzle search to include type and tags

The matching on puzzle type means you can now do:

/hunt meta

or:

/hunt plain

to see all meta or non-meta puzzles.

And the matching on tags should be obvious.
turbot/hunt.py
turbot/interaction.py
turbot/puzzle.py