ghost-logic commited on
Commit
d3aa6ae
Β·
verified Β·
1 Parent(s): 176ba70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -68
README.md CHANGED
@@ -1,26 +1,18 @@
1
  ---
2
- title: Dungeon Smasher
3
- emoji: "πŸ‘"
4
  colorFrom: yellow
5
  colorTo: pink
6
  sdk: gradio
7
- sdk_version: 5.33.1
8
  app_file: app.py
9
  pinned: true
10
- tags:
11
- - agent-demo-track
12
- - AI dungeon master
13
- - procedural generation
14
- - worldbuilding
15
- - intelligent NPCs
16
- - storytelling
17
- - RPG
18
- - multi-agent
19
  thumbnail: >-
20
  https://cdn-uploads.huggingface.co/production/uploads/683d2ec2540df93aae2532f4/Xagf2XzjnOEUZB-a1ofXZ.png
 
 
21
  ---
22
 
23
-
24
  🧠 Dungeon Smasher
25
 
26
  An Agentic Toolkit for Dynamic RPG Storytelling
@@ -41,19 +33,12 @@ Feature Description
41
  πŸ‰ Character Creator Generates heroes with stats, backstories, class synergy, and emotional arcs
42
  πŸ§ͺ Demo Capabilities
43
 
44
- βœ… Procedural setting, NPC, and loot generation
45
  βœ… Modular agent logic with memory and context threading
46
  βœ… Gradio-based interactive frontend for testing each system
47
  βœ… Rich character builder with storytelling-first logic
48
- βœ… Configurable, extensible, and fully open source
49
- 🧭 Demo Suggestions
50
 
51
  Explore the toolkit using these suggested flows:
52
- πŸ§™ Dungeon Master Agent
53
-
54
- Prompt with: "The players enter a ruined cathedral during a thunderstorm"
55
-
56
- Watch it generate narrative tension, scene tone, and roleplay threads.
57
 
58
  πŸ‘₯ NPC Generator
59
 
@@ -61,18 +46,6 @@ Explore the toolkit using these suggested flows:
61
 
62
  Get a complex NPC with motives, secrets, and drama potential.
63
 
64
- πŸ—ΊοΈ World Builder
65
-
66
- Prompt with: "a coastal nation obsessed with prophecy"
67
-
68
- Generates factions, politics, threats, and lore.
69
-
70
- πŸ’° Loot Master
71
-
72
- Prompt with: "a cursed artifact from a sunken temple"
73
-
74
- Produces symbolic, story-linked loot tied to in-game values.
75
-
76
  πŸ‰ Character Creator
77
 
78
  Prompt with: "A storm sorcerer who fears their own power"
@@ -87,40 +60,6 @@ Explore the toolkit using these suggested flows:
87
 
88
  Python (modular) β€” Custom agent scaffolding and game logic
89
 
90
- πŸš€ How to Run
91
-
92
- git clone https://huggingface.co/spaces/YOUR_USERNAME/DungeonSmasher
93
- cd DungeonSmasher
94
-
95
- pip install -r requirements.txt
96
- python app.py
97
 
98
  Or view the live app at:
99
- 🌐 https://huggingface.co/spaces/YOUR_USERNAME/DungeonSmasher
100
- 🎯 Future Plans
101
-
102
- Playable dungeon mode with live turn-based flow
103
-
104
- AI narrator voice + dialogue puppeteering
105
-
106
- Campaign memory and recurring characters
107
-
108
- Dynamic player reputation, fear, and legacy
109
-
110
- Fully voiced roleplay loop via multimodal input
111
-
112
- πŸ“„ License
113
-
114
- MIT License – Use freely, remix bravely.
115
- πŸ’¬ Final Note to Judges
116
-
117
- On Friday June 6th, I was unexpectedly terminated from my job. This wasn’t just a professional setback. It triggered a cascade of urgent and high-stakes responsibilities and I’ve spent the past several days filing legal responses and preparing to escalate claims of retaliation, IP theft, and unlawful recording. I’ve had to act as my own advocate, researcher, and legal strategist, at present.
118
-
119
- This sudden derailment had a significant impact on my ability to finalize my hackathon submission. While I still submitted something, it reflects only a fraction of what I’d intended to build. I wanted to share this contextas an honest explanation of why my submission may seem incomplete or rushed and not as an excuse.
120
-
121
- I’m grateful for the opportunity to bring this to life and for the space to create, even amidst personal crisis.
122
-
123
-
124
- Sincerely,
125
-
126
- β€” Jesse W. Stucker (ghost logic.)
 
1
  ---
2
+ title: dungeon-smasher-lite
3
+ emoji: πŸ‘
4
  colorFrom: yellow
5
  colorTo: pink
6
  sdk: gradio
7
+ sdk_version: 5.35.0
8
  app_file: app.py
9
  pinned: true
 
 
 
 
 
 
 
 
 
10
  thumbnail: >-
11
  https://cdn-uploads.huggingface.co/production/uploads/683d2ec2540df93aae2532f4/Xagf2XzjnOEUZB-a1ofXZ.png
12
+ license: afl-3.0
13
+ short_description: Create PCs and NPCs on the fly.
14
  ---
15
 
 
16
  🧠 Dungeon Smasher
17
 
18
  An Agentic Toolkit for Dynamic RPG Storytelling
 
33
  πŸ‰ Character Creator Generates heroes with stats, backstories, class synergy, and emotional arcs
34
  πŸ§ͺ Demo Capabilities
35
 
36
+ βœ… Campaign, PC, NPC creation with image generation
37
  βœ… Modular agent logic with memory and context threading
38
  βœ… Gradio-based interactive frontend for testing each system
39
  βœ… Rich character builder with storytelling-first logic
 
 
40
 
41
  Explore the toolkit using these suggested flows:
 
 
 
 
 
42
 
43
  πŸ‘₯ NPC Generator
44
 
 
46
 
47
  Get a complex NPC with motives, secrets, and drama potential.
48
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  πŸ‰ Character Creator
50
 
51
  Prompt with: "A storm sorcerer who fears their own power"
 
60
 
61
  Python (modular) β€” Custom agent scaffolding and game logic
62
 
 
 
 
 
 
 
 
63
 
64
  Or view the live app at:
65
+ 🌐 https://huggingface.co/spaces/ghost-logic/dungeon-smasher-lite