GitHunt
ML

mluogh/grontown

A murder mystery featuring generative agents

grontown: nob hill noir

๐Ÿ’ฌ Get help on discord

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

Languages

TypeScript98.1%HTML1.5%JavaScript0.4%

Contributors

Created September 1, 2023
Updated July 11, 2025