Puzzle Writing Resources: Difference between revisions

Content added Content deleted
Line 37: Line 37:
* [https://github.com/itsmingjie/infinity Infinity ∞], used by [[InteGIRLS]]
* [https://github.com/itsmingjie/infinity Infinity ∞], used by [[InteGIRLS]]
* [https://github.com/dlareau/puzzlehunt_server puzzlehunt_server], used by [[Puzzlehunt CMU]]
* [https://github.com/dlareau/puzzlehunt_server puzzlehunt_server], used by [[Puzzlehunt CMU]]
* [https://github.com/YewLabs/silenda silenda] Fork of spoilr (written for [[MIT Mystery Hunt 2014]] and passed down), used by [[MIT Mystery Hunt 2021]]
* [https://github.com/teammatehunt/tph-site tph-site], used by [[Teammate Hunt]]
* [https://github.com/teammatehunt/tph-site tph-site], used by [[Teammate Hunt]]
* [https://github.com/RasmusAntons/wizard wizard], a tool created by [[weeklies.enigmatics.org]] for creating Discord-based unlock structures
* [https://github.com/RasmusAntons/wizard wizard], a tool created by [[weeklies.enigmatics.org]] for creating Discord-based unlock structures

==== Spoilr ====
* [https://github.com/mysteryhunt/spoilr Spoilr], written for [[MIT Mystery Hunt 2014]] by [[Alice Shrugged]] and passed down the years.
* [https://github.com/YewLabs/silenda silenda] Fork of spoilr, written for [[MIT Mystery Hunt 2021]] by [[✈✈✈ Galactic Trendsetters ✈✈✈]].
:* [https://github.com/Palindrome-Puzzles/2022-hunt/tree/main/spoilr Version of spoilr] used for [[MIT Mystery Hunt 2022]] by [[Palindrome]]
:* [https://github.com/teammatehunt/spoilr-teammate Fork of spoilr] used by [[teammate]] for [[MIT Mystery Hunt 2023]]


=== Grid Logic Editors/Players ===
=== Grid Logic Editors/Players ===

Revision as of 07:10, 7 February 2024

This is a list of resources specific to writing hunt puzzles and running hunts. Puzzle Resources gives a list of general resources, while Puzzle Solving Resources gives resources tailored for solving puzzles; many of these resources are helpful when constructing puzzles as well. (for instance, if you want to find words that fit a certain pattern when filling out a grid)

Wisdom and Guidance

Puzzle Event Hosting Wisdom

Puzzle Writing Wisdom

Software and Websites

Standalone Answer Checker

Hunt Writing Workflow Managers

For smaller hunts, a spreadsheet may be sufficient for tracking progress.

Hunt Website Servers

Spoilr

Grid Logic Editors/Players

Crossword Construction Tools

Word lists

These word list resources may be helpful for constructing word puzzles (such as crosswords), as well as defining what words are legal for interactive puzzles and games.

Other Puzzle Construction Tools

  • Puzzle JS, for setting interactive JS based puzzles in HTML.
  • Extraction Finder, for checking whether a target answer can be extracted by indexing into a given list of strings