LLM-powered Game Genre Fusion Design Tool
🚧 Status: v0.2.0-alpha. New: Creative Evaluation + 20+ Case Library. Feedback welcome!
- 🎯 Deep Analysis - Not just stacking genres, but mechanism fusion
- 📋 Structured Output - Core loop, mechanism fusion table, innovations, risk assessment
- 📊 Creative Evaluation - Auto-score innovation, feasibility, market potential
- 🌐 Dual Mode - CLI + Web UI for different needs
- 🎨 Multi-scheme Generation - Conservative/Balanced/Radical options
- 📚 Built-in Examples - 5 examples + 20+ real game cases
git clone https://github.com/Oloiny/genre-fusion-creator.git
cd genre-fusion-creator
pip install -r requirements.txt# Copy example file
cp .env.example .env
# Edit .env and fill in your DashScope API Key
# Get it from: https://dashscope.console.aliyun.com/apiKeyCLI Mode:
python src/fusion_engine.py "Roguelike" "Simulation" "Social"Web UI:
python src/web_ui.py
# Visit http://localhost:7860## Fusion Scheme: Roguelike × Simulation × Social
### 🎯 Core Concept
Manage a shelter in a randomly generated post-apocalyptic world. After each failure,
a new generation inherits partial memories and resources, but relationship networks reset.
### 🔄 Core Loop
**Short-term** (per minute):
- Assign survivors to explore, build, research
- Handle emergencies (resource shortage, conflicts, diseases)
**Mid-term** (per session):
- Explore new areas, unlock resources and technologies
- Expand shelter, accept new survivors
**Long-term** (Meta progression):
- Generational inheritance: next generation inherits tech and resources
- Memory fragments: unlock special storylines
- Civilization rebuilding progress
### 🔗 Key Mechanism Fusion
| Roguelike Element | Simulation Element | Fusion Approach |
|------------------|-------------------|-----------------|
| Permadeath | Base Building | Generational inheritance |
| Random Generation | Resource Management | Survivors with random traits |
| Meta Progression | Tech Tree | Memory fragments unlock cross-gen tech |
### ✨ Innovations
1. **Dynamic Family History**: Auto-generated "family legends" narrative
2. **Memory Inheritance System**: Past experiences affect descendant abilities
3. **Cultural Tradition Evolution**: Rituals become traditions across generations
### ⚠️ Potential Risks
- **Mechanism Conflict**: Fast-paced failure vs slow-paced building
- **Cognitive Load**: Managing resources, relationships, tech tree simultaneously
- **Development Complexity**: Generational system requires extensive contentFull examples in examples/ directory.
- Usage Guide - Detailed usage instructions
- Design Principles - Fusion design philosophy
- Example Schemes - Complete output examples
- 中文文档 - Chinese version
genre-fusion-creator/
├── src/
│ ├── fusion_engine.py # Core engine (CLI)
│ ├── web_ui.py # Web UI (Gradio)
│ ├── prompts.py # LLM prompt templates
│ ├── config.py # Configuration management
│ └── __version__.py # Version info
├── examples/ # Example outputs
├── tests/ # Test suite
├── docs/ # Documentation
└── requirements.txt # Dependencies
| User | Purpose | Example Command |
|---|---|---|
| Game Designers | Rapid prototype generation | python src/fusion_engine.py "RPG" "Simulation" |
| Game Jam Participants | Find unique fusion themes | python src/fusion_engine.py "2D" "Card" --multi |
| Indie Developers | Explore blue ocean markets | python src/fusion_engine.py "Puzzle" "Horror" -c "scope:indie" |
| Researchers | Study game genre evolution | Batch generation + analysis |
Contributions welcome! You can:
- Submit new fusion examples
- Improve prompt templates
- Add new features (scoring system, visualization)
- Report bugs or suggest improvements
MIT License - See LICENSE file
Inspired by game genre evolution research and successful fusion games:
| Game | Fusion Genres |
|---|---|
| Darkest Dungeon | Roguelike + Strategy Management |
| RimWorld | Simulation + Narrative Generation |
| Hades | Roguelike + Narrative-driven |
| Disco Elysium | RPG + Detective Simulation |
| Crusader Kings | Strategy + Dating Sim |
| Frostpunk | Survival + City Building |
Made with ❤️ by OpenClaw | GitHub