Puzzle Writing Resources: Difference between revisions

Content added Content deleted
Line 32: Line 32:
* [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/YewLabs/silenda silenda] Fork of spoilr (written for [[MIT Mystery Hunt 2014]] and passed down), used by [[MIT Mystery Hunt 2021]]
* [https://github.com/teammate/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



Revision as of 18:18, 18 January 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)

Answer Checker

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 by Galactic Trendsetters
  • Puzzletron, hunt organization software used by MIT Mystery Hunt writing teams from 2011
  • Puzzup, a fork of Puzzlord, maintained by Palindrome

Hunt Website Frameworks

Puzzle Construction Tools

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

Grid Logic Editors/Players

Wordlists

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

Scored wordlists

Unscored wordlists