Puzzle Writing Resources: Difference between revisions

Content added Content deleted
Line 16: Line 16:
==Hunt Organization==
==Hunt Organization==
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/galacticpuzzlehunt/puzzlord Puzzlord], an updated version of Puzzletron written in Django
* [https://github.com/galacticpuzzlehunt/puzzlord Puzzlord], an updated version of Puzzletron written in Django by Galactic Trendsetters
* [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
* [https://github.com/Palindrome-Puzzles/puzzup Puzzup], a fork of Puzzlord, maintained by [[Palindrome]]


==Puzzle Construction Tools==
==Puzzle Construction Tools==

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

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