├── README.md ├── app.py ├── assets ├── cuterpg │ ├── CuteRPG_Field_B.png │ ├── CuteRPG_Forest_D.png │ ├── Interiors_32x32_full_1.png │ ├── Interiors_32x32_full_2.png │ ├── Interiors_32x32_full_3.png │ ├── Interiors_32x32_full_5.png │ └── Room_Builder_32x32.png ├── kn.png ├── lqjz.png ├── mll.png ├── mls.png ├── mlxwl.png ├── profiles.png ├── screen.png ├── syxy.png ├── syyz.png ├── tiled_lounge.json ├── wsj.png └── zz.png ├── cache └── drama │ └── v1 ├── drama.py ├── index.css ├── index.html ├── interact.js ├── prompt ├── prompt_actor.md ├── prompt_director_reflect.md ├── prompt_drama_v1.md └── prompt_drama_v1_reflect.md ├── proxy.txt ├── script_zh.yaml └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/app.py -------------------------------------------------------------------------------- /assets/cuterpg/CuteRPG_Field_B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/cuterpg/CuteRPG_Field_B.png -------------------------------------------------------------------------------- /assets/cuterpg/CuteRPG_Forest_D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/cuterpg/CuteRPG_Forest_D.png -------------------------------------------------------------------------------- /assets/cuterpg/Interiors_32x32_full_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/cuterpg/Interiors_32x32_full_1.png -------------------------------------------------------------------------------- /assets/cuterpg/Interiors_32x32_full_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/cuterpg/Interiors_32x32_full_2.png -------------------------------------------------------------------------------- /assets/cuterpg/Interiors_32x32_full_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/cuterpg/Interiors_32x32_full_3.png -------------------------------------------------------------------------------- /assets/cuterpg/Interiors_32x32_full_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/cuterpg/Interiors_32x32_full_5.png -------------------------------------------------------------------------------- /assets/cuterpg/Room_Builder_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/cuterpg/Room_Builder_32x32.png -------------------------------------------------------------------------------- /assets/kn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/kn.png -------------------------------------------------------------------------------- /assets/lqjz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/lqjz.png -------------------------------------------------------------------------------- /assets/mll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/mll.png -------------------------------------------------------------------------------- /assets/mls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/mls.png -------------------------------------------------------------------------------- /assets/mlxwl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/mlxwl.png -------------------------------------------------------------------------------- /assets/profiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/profiles.png -------------------------------------------------------------------------------- /assets/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/screen.png -------------------------------------------------------------------------------- /assets/syxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/syxy.png -------------------------------------------------------------------------------- /assets/syyz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/syyz.png -------------------------------------------------------------------------------- /assets/tiled_lounge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/tiled_lounge.json -------------------------------------------------------------------------------- /assets/wsj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/wsj.png -------------------------------------------------------------------------------- /assets/zz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/assets/zz.png -------------------------------------------------------------------------------- /cache/drama/v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/cache/drama/v1 -------------------------------------------------------------------------------- /drama.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/drama.py -------------------------------------------------------------------------------- /index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/index.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/index.html -------------------------------------------------------------------------------- /interact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/interact.js -------------------------------------------------------------------------------- /prompt/prompt_actor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/prompt/prompt_actor.md -------------------------------------------------------------------------------- /prompt/prompt_director_reflect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/prompt/prompt_director_reflect.md -------------------------------------------------------------------------------- /prompt/prompt_drama_v1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/prompt/prompt_drama_v1.md -------------------------------------------------------------------------------- /prompt/prompt_drama_v1_reflect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/prompt/prompt_drama_v1_reflect.md -------------------------------------------------------------------------------- /proxy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/proxy.txt -------------------------------------------------------------------------------- /script_zh.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/script_zh.yaml -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingasan/interactive-drama/HEAD/utils.py --------------------------------------------------------------------------------