Virtual Mystery Story Generator
Click the button below to generate the core elements for your next mystery story!
Story Outline
${generatedData.motive}
The Suspects:
-
${generatedData.suspects.map(s => `
- ${s} `).join('')}
Key Clues:
-
${generatedData.clues.map(c => `
- ${c} `).join('')}
The Detective:
${generatedData.detective}
