https://github.com/giann/crawl-undertaker
A morgue browser and scoreboard for Dungeon Crawl Stone Soup
https://github.com/giann/crawl-undertaker
Last synced: 4 months ago
JSON representation
A morgue browser and scoreboard for Dungeon Crawl Stone Soup
- Host: GitHub
- URL: https://github.com/giann/crawl-undertaker
- Owner: giann
- Created: 2019-08-02T12:43:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T06:09:22.000Z (almost 7 years ago)
- Last Synced: 2025-02-25T16:46:31.966Z (over 1 year ago)
- Language: Vue
- Size: 471 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crawl Undertaker
A morgue browser and scorebaord for Dungeon Crawl Stone Soup
## Getting started
```bash
yarn
yarn serve
```
Will display a test json morgue file you can find in `public/Suwur.json`.
To view that file I recommend using [fx](https://github.com/antonmedv/fx):
```bash
cat public/Suwur.json | fx
```
## Ideas
- Search field (free? or multiple fields?), criteria on:
+ role
+ background
+ god
+ runes
+ level
+ score
+ time
+ ...
- In inventory and spell list, show first most used ones
- Mini graphs for tables
- Color coded resistances and stats
- Une tiles (can be turned of for text lovers)
- Show monster symbols/tiles? (should be added in the json)
- Dungeon map in tree form (add to json alongside flat list)
- Player path order, milestones, etc shown on that tree
- Tile map
- Storyboard when screenshot PR merged
- Clickable monsters, items, spells etc which will call learndb (http://crawl.develz.org/info)
- Clickable vaults which will show basic tile (or text) map of it