https://github.com/shmup/dcss-glyphs
generate an html page with all current DCSS monster glyphs
https://github.com/shmup/dcss-glyphs
Last synced: 3 months ago
JSON representation
generate an html page with all current DCSS monster glyphs
- Host: GitHub
- URL: https://github.com/shmup/dcss-glyphs
- Owner: shmup
- Created: 2016-07-06T18:35:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-12T16:21:28.000Z (about 2 years ago)
- Last Synced: 2025-02-24T15:58:56.900Z (3 months ago)
- Language: Python
- Homepage: http://dev.host/~shmup/crawl/dcss-glyphs.html
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I wanted to generate all of the various monster glyphs and their appropriate colors. It simply looks through two crawl files:
1. Monster data first: https://raw.githubusercontent.com/crawl/crawl/master/crawl-ref/source/mon-data.h
2. Grab some color information: https://raw.githubusercontent.com/crawl/crawl/master/crawl-ref/source/colour.cc
3. Spit out some HTMLYou can check out an example here: http://crawl.neocities.org/glyphs.html
It turns out [Neil](http://s-z.org/neil/) did a similar thing with perl, and the information is tabular and a lot more useful. Right now I just have the goal of being accurate and aesthetically pleasing.
* http://s-z.org/neil/tmp/crawl-glyphs-narrow.html
* http://s-z.org/neil/tmp/crawl-glyphs (script)