Grontown
A murder mystery featuring generative agents
Install / Use
/learn @mluogh/GrontownREADME
https://github.com/mluogh/grontown/assets/8098155/a5cba373-ebbf-461d-bbd0-bc81d077a0e5
This game serves mostly as a demo and a playground for the development of our open-source game agent framework - eastworld.
This game is available at gron.games
Playing Locally
Install backend
If you want to run this locally, you will need to run eastworld.
Abbreviated eastworld install for MacOS:
$ brew install redis pdm node
$ git clone git@github.com:mluogh/eastworld.git
$ cd eastworld && pdm install
$ cp example_config.ini config.ini
*** put your OpenAI key or configure local LLM in config.ini ***
$ redis-server
$ pdm run uvicorn server.main:app --reload
See eastworld install instructions for other operating systems.
Install the game
$ git clone git@github.com:mluogh/grontown.git
$ cd grontown
$ npm install
$ npm start
Play at http://localhost:3000
Related Skills
node-connect
337.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.2kCommit, push, and open a PR
