格朗镇:诺布山黑色电影
https://github.com/mluogh/grontown/assets/8098155/a5cba373-ebbf-461d-bbd0-bc81d077a0e5
这款游戏主要作为我们的开源游戏代理框架eastworld的演示和开发试验场。
游戏可在gron.games上体验。
本地运行
安装后端
如果您想在本地运行,需要安装eastworld。
MacOS上的简略eastworld安装步骤:
$ brew install redis pdm node
$ git clone git@github.com:mluogh/eastworld.git
$ cd eastworld && pdm install
$ cp example_config.ini config.ini
*** 在config.ini中填入您的OpenAI密钥或配置本地LLM ***
$ redis-server
$ pdm run uvicorn server.main:app --reload
其他操作系统请参阅eastworld安装说明。
安装游戏
$ git clone git@github.com:mluogh/grontown.git
$ cd grontown
$ npm install
$ npm start