Javier-Jimenez99 commited on
Commit
5ae5acf
·
1 Parent(s): e6c8bd7

Actualizar instrucciones en README.md para la demostración en vivo, mejorando la claridad y añadiendo pasos detallados.

Browse files
Files changed (1) hide show
  1. README.md +30 -10
README.md CHANGED
@@ -28,16 +28,36 @@ Video Demo: [https://www.youtube.com/watch?v=SlbW-kjekBg&ab_channel=AlejandroGar
28
 
29
  ## Try it out live
30
  We are working to simplify this process, but for now you can try the demo by following these steps:
31
- 1. **Create an empty room in OwlBear Rodeo**: To create a new room in OwlBear Rodeo you need to go to you profile and click on "Create a new room".
32
- ![alt text](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-MCP-Server/resolve/main/media/demo/newRoom.png)
33
- 2. **Create a new scene**: Now you need to create a new scene. You can do this by clicking on the "Assets manager" button and adding a new scene. It is recommended to use an empty scene.
34
- ![alt text](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-MCP-Server/resolve/main/media/demo/newScene.png)
35
- 3. **Add the extension**: First you need to go to the "Extensions" tab and click on "Add extension". Then you need to paste the URL of the extension: `https://144.24.204.95:5173/manifest.json`. Finally, you need to click on "Add" button and activate it.
36
- ![alt text](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-MCP-Server/resolve/main/media/demo/extensionMenu.png)
37
- ![alt text](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-MCP-Server/resolve/main/media/demo/addExtension.png)
38
- ![alt text](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-MCP-Server/resolve/main/media/demo/activate.png)
39
- 4. **Lets play!**: Finally the extension is ready to use. Just click on the left up corner button to open the chat interface and start playing.
40
- 5. **(Optional) Revoke GM privileges**: It is recommended to revoke GM privileges to yoour own user to enjoy a more immersive experience. You can do this by going to the "Players" tab and clicking on the "Revoke GM" button on your player.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
  ⚠️ **Warning:** You need an Anthropic API key to use the chat interface.
43
 
 
28
 
29
  ## Try it out live
30
  We are working to simplify this process, but for now you can try the demo by following these steps:
31
+ ### 1. **Create an empty room in OwlBear Rodeo**
32
+ To create a new room in OwlBear Rodeo you need to go to you profile and click on "Create a new room".
33
+
34
+ ![alt text](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-MPC-Server/resolve/main/media/demo/newRoom.png)
35
+
36
+ ### 2. **Create a new scene**
37
+ Now you need to create a new scene. You can do this by clicking on the "Assets manager" button and adding a new scene. It is recommended to use an empty scene.
38
+
39
+ ![alt text](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-MPC-Server/resolve/main/media/demo/newScene.png)
40
+
41
+ ### 3. **Add the extension**
42
+ First you need to go to the "Extensions" tab and click on "Add extension".
43
+
44
+ ![alt text](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-MPC-Server/resolve/main/media/demo/extensionMenu.png)
45
+
46
+ Then you need to paste the URL of the extension: `https://144.24.204.95:5173/manifest.json`.
47
+
48
+ ![alt text](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-MPC-Server/resolve/main/media/demo/addExtension.png)
49
+
50
+ Finally, you need to click on "Add" button and activate it.
51
+
52
+ ![alt text](https://huggingface.co/spaces/Agents-MCP-Hackathon/LLM-GameMaster-MPC-Server/resolve/main/media/demo/activate.png)
53
+
54
+ ### 4. **Lets play!**
55
+
56
+ Finally the extension is ready to use. Just click on the left up corner button to open the chat interface and start playing.
57
+
58
+ ### 5. **(Optional) Revoke GM privileges**
59
+
60
+ It is recommended to revoke GM privileges to yoour own user to enjoy a more immersive experience. You can do this by going to the "Players" tab and clicking on the "Revoke GM" button on your player.
61
 
62
  ⚠️ **Warning:** You need an Anthropic API key to use the chat interface.
63