Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,26 +1,18 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: yellow
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
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 |
-
β
|
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/
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|