Puzzle Writing Resources: Difference between revisions

Content added Content deleted
(Reorganized the list in a way that makes sense to me, added some resources)
Line 22: Line 22:
===Standalone Answer Checker===
===Standalone Answer Checker===
* [https://www.callingit.in/ Calling it in]
* [https://www.callingit.in/ Calling it in]
* [https://www.puzzlehunt.net/checker Puzzlehunt.net checker]


===Hunt Writing Workflow Managers===
===Hunt Writing Workflow Managers===

Revision as of 03:42, 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.

  • Puzzletron, hunt organization software used by MIT Mystery Hunt writing teams from 2011
  • Puzzlord, an updated version of Puzzletron written in Django by Galactic Trendsetters
  • Puzzup, a fork of Puzzlord, maintained by Palindrome

Hunt Website Servers

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