Polished and well engineered. Punching above its star count.

A rules engine and game client — Rust + WASM + React

Outstanding. A score of 98/100 puts this repo in a very small tier of truly well-engineered projects.

Documentation

98

Contributing guide5pt84

Contributing guide is detailed and thorough.

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under Apache-2.0.

Engineering

98

Reproducibility6pt80

Lockfile present (Cargo.lock). Installs are reproducible.

Tests18pt100

Test files detected (client/src/adapter/__tests__).

CI/CD14pt100

CI is configured (.github/workflows/ci.yml).

Linting and formatting5pt100

Rust linting configured (client/eslint.config.js, cargo clippy in CI, cargo fmt in CI).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (Cargo.toml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 88
    Forks
  • 55
    Releaseslatest 2mo ago

Community

  • Community health
  • authors own >50% of commits
  • 141
    Watchers

Responsiveness

  • 9d 3h
    Median issue response
  • <1h
    Median PR merge time
  • 415
    Open issues
Repository files40 root entries
  • .agents
  • .cargo
  • .claude
  • .codex
  • .gemini
  • .githooks
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
    Good: Issue or PR templates present.
  • client
    Good: Test files detected (client/src/adapter/__tests__).
    Good: Rust linting configured (client/eslint.config.js, cargo clippy in CI, cargo fmt in CI).
  • crates
  • data
  • deploy
  • docker
  • docs
  • fixtures
  • lobby-worker
  • scripts
  • supabase
  • triage
  • .dockerignore
  • .env.example
  • .gitattributes
  • .gitconfig
  • .gitignore
    Good: .gitignore present.
  • AGENTS.md
  • Caddyfile
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CLAUDE.md
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    Good: Contributing guide includes setup/install instructions.
    Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.
    Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).
    Good: Contributing guide describes the PR/review workflow.
    Good: Contributing guide includes code examples.
  • data-files.json
  • DMCA.md
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • GEMINI.md
  • LICENSE-APACHE
  • LICENSE-MIT
  • NOTICE
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • rust-toolchain.toml
  • SECURITY.md
    Good: Security policy present.
  • Tiltfile