Puzzle Writing Resources: Difference between revisions

Content added Content deleted
Line 26: Line 26:
===Hunt Writing Workflow Managers===
===Hunt Writing Workflow Managers===
For smaller hunts, a spreadsheet may be sufficient for tracking progress.
For smaller hunts, a spreadsheet may be sufficient for tracking progress.
* [https://github.com/mysteryhunt/puzzle-editing Puzzletron], hunt organization software used by MIT Mystery Hunt writing teams from 2011
* [https://github.com/mysteryhunt/puzzle-editing Puzzletron], hunt organization software used by [[MIT Mystery Hunt]] writing teams from 2011 to 2020.
* [https://github.com/galacticpuzzlehunt/puzzlord Puzzlord], an updated version of Puzzletron written in Django by Galactic Trendsetters
* [https://github.com/galacticpuzzlehunt/puzzlord Puzzlord], an updated version of Puzzletron, written by [[Galactic Trendsetters]] for [[Mystery Hunt 2021]] and [[Galactic Puzzle Hunt|Galactic Puzzle Hunts]].
* [https://github.com/Palindrome-Puzzles/puzzup Puzzup], a fork of Puzzlord, maintained by [[Palindrome]]
* [https://github.com/Palindrome-Puzzles/puzzup Puzzup], a fork of Puzzlord, used by [[Palindrome]] for [[MIT Mystery Hunt 2022]]


===Hunt Website Servers===
===Hunt Website Servers===

Revision as of 06:52, 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

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