An open API service indexing awesome lists of open source software.

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

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 HTML

You 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)