# ChrisRx/dungeonfs

A FUSE filesystem and dungeon crawling adventure game engine

Repository: https://github.com/ChrisRx/dungeonfs
Canonical: https://ross.abutalabs.com/products/dungeonfs
Language: Go
License: BSD-2-Clause
License Family: permissive
Topics: fuse, fuse-filesystem, game, linux
Last push: 2025-10-29T12:48:14+00:00

## Health v2 (maintenance only)
Score: 54/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 49, release rhythm 35, longevity 100
- inputs: {"age_days": 3442, "days_push": 308, "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 1096, forks 26 (observed 2026-08-28T04:03:34.424918+00:00)

## What it is
DungeonFS is a FUSE filesystem that doubles as a dungeon crawling adventure game engine, letting users play a text adventure by navigating directories in the terminal. It is written in Go and mounted like any other filesystem.

## Use cases
- play a dungeon crawling game from the terminal
- explore a filesystem-based text adventure
- build a game where rooms are directories
- mount a FUSE filesystem that behaves like a game
- demo creative uses of FUSE filesystems

## When to choose
- you want a playable terminal-based dungeon game exposed as a filesystem
- you want to experiment with FUSE filesystems in Go
- you want a novel demo of filesystem-as-game-engine concepts

## When to avoid
- you need a production-ready game engine with graphics
- you need a cross-platform game (FUSE support is mainly Linux/macOS)
- you need a stable, feature-complete project - it is a work-in-progress

## Facets
- artifact type: application
- maturity: experimental
- function: game-engine, file-system, cli, terminal-ui
- domain: developer-tools
- platform: go, cli
- tags: fuse-filesystem, dungeon-crawler, text-adventure, novelty-filesystem, game-development, command-line, linux

## Member repositories
- ChrisRx/dungeonfs (main) score 54

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:34.424918+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:46:38.281867+00:00, confidence not recorded.
  - readme: https://github.com/ChrisRx/dungeonfs (fetched 2026-08-28T04:03:34.424918+00:00, sha 6b5b52bf0e14)
- Data as of 2026-08-30T08:39:29.467469+00:00.
