jolyonbrown Claude commited on
Commit
ab461fe
ยท
1 Parent(s): b7a7cb8

Final README updates for hackathon submission

Browse files

- Add author credit:

@jolyonbrown

- Add demo video link: https://www.kapwing.com/videos/692cd48553e3badedef19b5c
- Add social post link: https://x.com/Eddie_Catflap/status/1995182071128498401
- Update architecture to reflect dual MCP servers (Steam + IGDB)
- Update tech stack with IGDB MCP server and multi-turn collaboration
- Confirm mcp-in-action-track-creative tag in frontmatter

README complete and ready for MCP 1st Birthday Hackathon submission!

๐Ÿค– Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -9,8 +9,11 @@ app_file: app.py
9
  pinned: false
10
  tags:
11
  - mcp-in-action-track-creative
 
12
  ---
13
 
 
 
14
  # ๐ŸŽฎ Dream Game Forge
15
 
16
  **Discover your dream game by analyzing your Steam library, then play a personalized HTML5 prototype โ€” all powered by autonomous AI agents.**
@@ -30,22 +33,28 @@ Dream Game Forge is an autonomous agentic system that:
30
  ## Architecture
31
 
32
  - **Agentic Workflow**: Claude operates autonomously with planning, reasoning, and tool execution
33
- - **MCP Integration**: Steam API structured as an MCP-compatible tool for the agent
 
 
 
34
  - **Context Engineering**: System prompts guide Claude to analyze gaming patterns and generate creative solutions
35
  - **HTML5 Generation**: Self-contained games with no external dependencies, playable instantly in browser
36
 
37
  ## Tech Stack
38
 
39
- - **Frontend**: Gradio (custom Blocks interface)
40
  - **Agent**: Anthropic Claude Sonnet 4.5 with tool calling
41
- - **Tools**: Steam Web API, HTML5 Canvas generation
 
 
 
42
  - **Deployment**: HuggingFace Spaces
43
 
44
  ## Demo
45
 
46
- ๐ŸŽฅ **Demo Video**: [Link to video - add before submission]
47
 
48
- ๐Ÿ“ฑ **Social Post**: [Link to X/LinkedIn post - add before submission]
49
 
50
  ## Usage
51
 
 
9
  pinned: false
10
  tags:
11
  - mcp-in-action-track-creative
12
+ license: mit
13
  ---
14
 
15
+ **Created by [@jolyonbrown](https://huggingface.co/jolyonbrown)**
16
+
17
  # ๐ŸŽฎ Dream Game Forge
18
 
19
  **Discover your dream game by analyzing your Steam library, then play a personalized HTML5 prototype โ€” all powered by autonomous AI agents.**
 
33
  ## Architecture
34
 
35
  - **Agentic Workflow**: Claude operates autonomously with planning, reasoning, and tool execution
36
+ - **Dual MCP Servers**:
37
+ - Custom Steam MCP server (fetches library data)
38
+ - IGDB MCP server (enriches with game metadata)
39
+ - **Multi-Turn Collaboration**: Human-in-the-loop workflow with preference gathering
40
  - **Context Engineering**: System prompts guide Claude to analyze gaming patterns and generate creative solutions
41
  - **HTML5 Generation**: Self-contained games with no external dependencies, playable instantly in browser
42
 
43
  ## Tech Stack
44
 
45
+ - **Frontend**: Gradio (custom Blocks interface with multi-turn chat)
46
  - **Agent**: Anthropic Claude Sonnet 4.5 with tool calling
47
+ - **MCP Servers**:
48
+ - Custom Steam Web API MCP server
49
+ - IGDB MCP server (via uvx)
50
+ - **Game Generation**: HTML5 Canvas with Web Audio API
51
  - **Deployment**: HuggingFace Spaces
52
 
53
  ## Demo
54
 
55
+ ๐ŸŽฅ **Demo Video**: https://www.kapwing.com/videos/692cd48553e3badedef19b5c
56
 
57
+ ๐Ÿ“ฑ **Social Post**: https://x.com/Eddie_Catflap/status/1995182071128498401
58
 
59
  ## Usage
60