No description
Product name: Houserules \u2014 chess with the rules you negotiate at the table, not the ones FIDE hands you. Updated the three user-visible strings: browser title, game-view header, lobby header. Kept the @paratype/* npm scope intact since those are technical internals. New tagline on the lobby: "Chess. Your rules." replacing the more verbose "Realtime multiplayer with custom rules"; the shorter phrase leans into the product name rather than describing features. |
||
|---|---|---|
| .github/workflows | ||
| .sisyphus | ||
| docs | ||
| packages | ||
| scripts | ||
| .gitignore | ||
| eslint.config.js | ||
| lefthook.yml | ||
| LICENSE | ||
| package.json | ||
| playwright.config.ts | ||
| README.md | ||
| tsconfig.base.json | ||
| tsconfig.json | ||
| vitest.workspace.ts | ||
@paratype
A Doorenbos-style Rete II rules engine for TypeScript games, with an authoritative WebSocket chess demo.
Packages
packages/rete— Rete II engine corepackages/chess— Browser chess demo (React + Vite)packages/server— Authoritative Bun WebSocket server
Docs
- SPEC.md — Engine specification
- PHASES.md — Development phases & perf budgets
- RULES.md — Chess rule presets
- PROTOCOL.md — WebSocket message protocol
Getting Started
bun install && bun run check