SkillAgentSearch skills...

Grontown

A murder mystery featuring generative agents

Install / Use

/learn @mluogh/Grontown
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h1 align="center">grontown: nob hill noir</h1> <p align="center"> <a href="https://discord.gg/9V5URE9f4T">💬 Get help on discord</a> </p>

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

View on GitHub
GitHub Stars132
CategoryDevelopment
Updated8mo ago
Forks10

Languages

TypeScript

Security Score

77/100

Audited on Jul 11, 2025

No findings