cardinalitypuzzles / cardboard

Dashboard for managing puzzles and tracking status during a puzzle hunt
MIT License
31 stars 21 forks source link

Handle grouping + puzzle counts for rounds without a capstone puzzle + answer #598

Open bcai2 opened 2 years ago

bcai2 commented 2 years ago

Some rounds (like Pen Station from MITMH 2022) don't have one single final metameta or capstone puzzle/answer, so the entry holding the round together is an unsolved "puzzle", which erroneously adds to the unlocked/unsolved puzzle counts.

We should add the option to have metapuzzle-like entries that aren't attached to a puzzle. (This could be implemented as an additional option that appears after selecting the "Is meta" checkbox when creating a puzzle.)

This seems to go hand-in-hand with https://github.com/cardinalitypuzzles/cardboard/issues/494.