File size: 691 Bytes
a7b0a68 66d19ed a7b0a68 0b75c79 a7b0a68 0b75c79 a7b0a68 0b75c79 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
---
title: LRPG
app_file: demo_hf_space.py
sdk: gradio
sdk_version: 4.37.2
---
# lRPG (LLM RPG)
This project is working in process.
### Introduction
You can enjoy your own rpg on your own world. You can make any decision, then llm game master will handle them. It will support other world and custom world features asap.
This demo version can be played in shell, and we will adopt UI as soon as possible.
Demo version is playing on harry potter fictional universe.
## 1. Structure
Consist of
1. World Preparation
2. Character Preparation
3. Game Play
## 2. Stack
1. Solar
2. Graph db (WIP)
### 3. How to play
clone this repository and execute main file.
```
python main.py
``` |