# code100x/chess

A multiplayer chess platform

Repository: https://github.com/code100x/chess
Canonical: https://ross.abutalabs.com/products/chess
Homepage: https://chess.100xdevs.com/
Language: TypeScript
License Family: other
Last push: 2024-08-05T07:01:57+00:00

## Health v2 (maintenance only)
Score: 25/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 62
- inputs: {"age_days": 872, "days_push": 758, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1717, forks 625 (observed 2026-08-28T04:05:26.483793+00:00)

## What it is
A multiplayer online chess platform built with React, Node.js, and TypeScript, using dedicated WebSocket servers for real-time gameplay and Redis for move queuing. It supports user sign-up, matchmaking, live move play, and an Elo-style rating system.

## Use cases
- play chess online against other players in real time
- self-host a multiplayer chess server
- matchmaking for chess games with rating system
- learn how to build real-time games with websockets
- track chess rating like standard Elo
- run a chess tournament platform locally

## When to choose
- you want a self-hosted real-time chess platform
- you want a TypeScript monorepo example of websockets, Redis, and Postgres working together
- you need matchmaking and Elo rating out of the box

## When to avoid
- you need a polished production chess site with mobile apps
- you need single-player play against a chess engine/AI
- you require a permissively licensed project since this repo has no license file

## Facets
- artifact type: application
- maturity: active
- function: websocket, auth, http-server, frontend-framework, state-management
- domain: gaming-tools, web-development
- platform: cross-platform
- tags: chess, multiplayer, monorepo, redis, postgres, elo-rating, real-time-gameplay, real-time, nodejs, web-server

## Member repositories
- code100x/chess (main) score 25

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:26.483793+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:34:12.836258+00:00, confidence not recorded.
  - readme: https://github.com/code100x/chess (fetched 2026-08-28T04:05:26.483793+00:00, sha 9f16f4600671)
- Data as of 2026-08-30T08:39:29.467469+00:00.
