
Jam Idea Generator
A downloadable tool
Download NowName your own price
Jam Idea Generator is a small Python tool that helps you break the “what do I make?” block right before a game jam. It generates Theme, Mechanic, Constraint, Goal, Setting, and Twist --> into copyable prompts.
What it does
- Generates structured jam ideas (theme + mechanic + constraint).
- Uses
richfor readable, colorful terminal output. - Uses
textualto give it an interactive TUI feel. - Uses
pyperclipso you can copy the idea to your clipboard instantly.
Why?
Sometimes a jam theme is too broad, or you just want a tighter concept to build around. This tool gives you a starting point that is specific enough to make, but open enough to put your style on.
Features
- One-key idea generation (Press SPACE).
- Multiple idea “slots” (theme, mechanic, constraint, goal, setting, twist).
- Clipboard support for fast copying
- Runs in the terminal, no extra UI needed.
How to run
- Install Python 3.
- Install the dependencies:
pip install richpip install textualpip install pyperclip
- Run the script from your terminal (make sure both data.json and style.tcss are in the same folder as the script).
Typical output
The tool will give you something like:
- Theme: “Forgotten technology”
- Mechanic: “Single resource loop”
- Constraint: “Everything must fit in one screen”
Then you can press the copy option to send it to your clipboard.
Who made it
Made by @egeltorp
License / use
Use it for jams, prototypes, school projects, or just to warm up.
Download
Download NowName your own price
Click download now to get access to the following files:
Jam Idea Generator
External


Leave a comment
Log in with itch.io to leave a comment.