1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-08 13:00:42 -07:00
moth/example-puzzles/example/7/mkpuzzle

24 lines
498 B
Bash
Executable file

#! /bin/sh
cat <<EOD
{
"pre": {
"authors": ["neale"],
"body": "\
<h1>Writing Your Own Generator<h1>\
<p>\
You can output the JSON puzzle format if you want.\
See the source of this puzzle for an example!\
</p>\
"
},
"debug": {
"log": [
"There are many fields you can specify, aside from those in this file.",
"See puzzle.moth for the full spec.",
"MOTH_PUZZLE_SEED=$MOTH_PUZZLE_SEED"
]
},
"answers": ["JSON"]
}
EOD