Puzzle Writing Resources: Difference between revisions

Content added Content deleted
Line 24: Line 24:


==Hunt Website Frameworks==
==Hunt Website Frameworks==
* [https://github.com/galacticpuzzlehunt/gph-site gph-site], used by Galactic Puzzle Hunt
* [https://github.com/galacticpuzzlehunt/gph-site gph-site], used by [[Galactic Puzzle Hunt]]
* [https://gitlab.com/hunter2.app/hunter2 hunter2]
* [https://gitlab.com/hunter2.app/hunter2 hunter2]
* [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://gitlab.com/teammate/tph-site tph-site], used by teammate Puzzle Hunt
* [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://gitlab.com/teammate/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


[[Category:Puzzle Resources]]
[[Category:Puzzle Resources]]

Revision as of 12:05, 26 January 2023

This is a list of resources specific to writing hunt puzzles and 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)

Guides

Puzzle Writing

Puzzle Hunt Event Hosting

Hunt Organization

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

  • Puzzlord, an updated version of Puzzletron written in Django
  • Puzzletron, hunt organization software used by MIT Mystery Hunt writing teams from 2011

Puzzle Construction Tools

  • Qxw, for gridding
  • Extraction Finder, for checking whether a target answer can be extracted by indexing into a given list of strings

Hunt Website Frameworks