Spaces:
Sleeping
Sleeping
Commit ·
6c082c0
1
Parent(s): e6aa57b
Update app.py
Browse files
app.py
CHANGED
|
@@ -470,6 +470,15 @@ with gr.Blocks(title="GCP - Game Context Protocol") as demo:
|
|
| 470 |
This is my proposal for creating the **GCP – Game Context Protocol**. An MCP server that allows LLMs to interact in the game creation process, communicating between tools, engines, developers, artists, and everyone involved in making games.
|
| 471 |
|
| 472 |
A big challenge in game development, as in other creative professions, is the "blank page problem." This is when we start from scratch, have lots of ideas, but don't know where to begin. Should I learn to code? Should I learn to make art? Which engine should I use? At a larger scale, game development requires thousands of hours of human labor, much of which can be tedious. In those cases, it would be valuable to have a tool—in this case, an MCP tool—that allows humans and LLMs to express their goals and guide the creative process, rather than having to do everything by hand.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 473 |
|
| 474 |
**Built by:** [Arturo Nereu](https://arturonereu.com/) and [Claude Code](https://claude.ai/code)
|
| 475 |
|
|
@@ -477,17 +486,6 @@ A big challenge in game development, as in other creative professions, is the "b
|
|
| 477 |
|
| 478 |
**Assets by:** [Kenney](https://kenney.nl/) and [Norod78](https://sketchfab.com/Norod)
|
| 479 |
""")
|
| 480 |
-
gr.HTML("""
|
| 481 |
-
<iframe width="560" height="315"
|
| 482 |
-
src="https://www.youtube.com/embed/6sNoNcF1xvI"
|
| 483 |
-
frameborder="0" allowfullscreen></iframe>
|
| 484 |
-
""")
|
| 485 |
-
gr.HTML("""
|
| 486 |
-
<blockquote class="twitter-tweet" data-theme="dark">
|
| 487 |
-
<a href="https://x.com/arturonereu/status/1994998558806687810"></a>
|
| 488 |
-
</blockquote>
|
| 489 |
-
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
| 490 |
-
""")
|
| 491 |
|
| 492 |
# Tools panel - full width below chat and viewer
|
| 493 |
with gr.Row(elem_id="tools-panel"):
|
|
|
|
| 470 |
This is my proposal for creating the **GCP – Game Context Protocol**. An MCP server that allows LLMs to interact in the game creation process, communicating between tools, engines, developers, artists, and everyone involved in making games.
|
| 471 |
|
| 472 |
A big challenge in game development, as in other creative professions, is the "blank page problem." This is when we start from scratch, have lots of ideas, but don't know where to begin. Should I learn to code? Should I learn to make art? Which engine should I use? At a larger scale, game development requires thousands of hours of human labor, much of which can be tedious. In those cases, it would be valuable to have a tool—in this case, an MCP tool—that allows humans and LLMs to express their goals and guide the creative process, rather than having to do everything by hand.
|
| 473 |
+
""")
|
| 474 |
+
gr.HTML("""
|
| 475 |
+
<iframe width="560" height="315"
|
| 476 |
+
src="https://www.youtube.com/embed/6sNoNcF1xvI"
|
| 477 |
+
frameborder="0" allowfullscreen></iframe>
|
| 478 |
+
""")
|
| 479 |
+
gr.Markdown("""
|
| 480 |
+
### X post:
|
| 481 |
+
[https://x.com/arturonereu/status/1994998558806687810](https://x.com/arturonereu/status/1994998558806687810)
|
| 482 |
|
| 483 |
**Built by:** [Arturo Nereu](https://arturonereu.com/) and [Claude Code](https://claude.ai/code)
|
| 484 |
|
|
|
|
| 486 |
|
| 487 |
**Assets by:** [Kenney](https://kenney.nl/) and [Norod78](https://sketchfab.com/Norod)
|
| 488 |
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 489 |
|
| 490 |
# Tools panel - full width below chat and viewer
|
| 491 |
with gr.Row(elem_id="tools-panel"):
|