ondras/rot.js
ROguelike Toolkit in JavaScript. Cool dungeon-related stuff, interactive manual, documentation, tests! observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5217
- days_rel: n/a
- days_push: 658
- n_releases_24m: 0
Adoption not part of the score
2709 stars · 265 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
rot.js is a JavaScript/TypeScript toolkit for building roguelike games, providing dungeon generation, field-of-view, pathfinding, lighting, and an ASCII terminal-style Display. It works in browsers and Node.js and is largely feature-complete.
Use cases
- build a browser-based roguelike game
- generate procedural dungeons and mazes
- compute field of view and lighting for tile maps
- implement A* or Dijkstra pathfinding for game entities
- render ASCII characters with colors in a terminal-style grid
- create random number generators with seeds for reproducible maps
When to choose
- you are writing a roguelike or grid-based ASCII game in JavaScript or TypeScript
- you need battle-tested procedural generation and FOV algorithms without a full game engine
- you want a lightweight library usable in both browser and Node.js
When to avoid
- you need a full game engine with sprites, physics, or audio
- you are building a non-grid, non-turn-based game
- you need a toolkit in another language (consider libtcod or its ports instead)
Facets
library · maturity maintenance
game-engine graphics simulation gaming-tools browser cross-platform roguelike dungeon-generation pathfinding ascii-graphics typescript game-dev-library game-development algorithms nodejs javascript
2 sources
- readme: https://github.com/ondras/rot.js · fetched 2026-08-28 · 2398b6716a74
- homepage: https://ondras.github.io/rot.js · fetched 2026-08-29 · 08b74f6574c1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ondras/rot.js | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem