AustralianSynchrotron / openday-scavenger

Open Day Scavenger Hunt App
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Lf add puzzle shuffleanagram #75

Closed luigiferiani closed 1 month ago

luigiferiani commented 2 months ago

Simple anagram puzzle(s), with the ability to shuffle the letters. The puzzles have been chosen so that each of them has 2 anagrams that make sense. One of the two words is a common word, and is presented as the initial word (as well as being used as "sub-name" for the puzzle, for ease of debugging), The other word is a synchrotron-related word (the answer) e.g. (but not synch-related): arc and car are anagrams of each other. arc would be used as a "sub-name" for the puzzle, and as an initial word, but the answer would be car

luigiferiani commented 1 month ago

(lf-add-puzzle-labelthemap contains this puzzle too, you can review that one if you want to look at all the puzzles at once)

stmudie commented 1 month ago

Fantastic work. Can you please rebase from main and resolve conflicts. Then I will approve. The conflicts are in pyproject/uv.lock. I have put pytest-asyncio in dev dependencies, not the normal dependencies.