# cassiozen/TDungeon

TDungeon is a small adventure game that runs in the Typescript type system

Repository: https://github.com/cassiozen/TDungeon
Canonical: https://ross.abutalabs.com/products/tdungeon
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2022-09-23T17:54:33+00:00

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

## Adoption (not part of the score)
Stars 1189, forks 20 (observed 2026-08-28T04:03:55.838503+00:00)

## What it is
TDungeon is a small text adventure game implemented entirely within the TypeScript type system, playable in the TypeScript Playground. It is a novelty demonstration of advanced type-level programming rather than practical software.

## Use cases
- play a game inside the typescript type checker
- learn advanced typescript type-level programming
- see what can be computed with typescript generics
- explore type system turing completeness
- teach type-level programming with a fun example

## When to choose
- you want a fun, interactive way to learn advanced TypeScript types
- you need a demo of what the TypeScript type system can compute
- you're teaching or presenting type-level programming

## When to avoid
- you need an actual playable game with graphics or runtime performance
- you want a reusable library or game engine
- you're new to TypeScript and need practical tooling

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: game, type-system, interpreter
- domain: programming-languages, tutorials
- platform: editor-plugin
- tags: typescript-types, type-level-programming, adventure-game, novelty, compiler-hack, game-development, typescript

## Member repositories
- cassiozen/TDungeon (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:55.838503+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-30T06:23:08.215808+00:00, confidence not recorded.
  - readme: https://github.com/cassiozen/TDungeon (fetched 2026-08-28T04:03:55.838503+00:00, sha 771ecc3d27b1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
