The Knucklebones dice game in Cult of the Lamb.
You can find the game at knucklebones.io.
The frontend is built with: React, Vite & Tailwind CSS.
The backend is built with: Cloudflare Workers & Durable Objects
The frontend is hosted with Cloudflare Pages while the backend is a Cloudflare Worker.
All of it is written with TypeScript.
We use Turborepo to manage our monorepo.
The apps
directory contains the React application (front
) and the Cloudflare Worker (worker
) (along with the definition of the Durable Object).
The packages
directory contains code that's shared between the React application and Cloudflare worker.
The original Knucklebones game in Cult of the Lamb was created by Massive Monster. This is a fan-site and not an official implementation by Massive Monster. You can find the original game on the Cult of the Lamb website.