shmup / dcss-glyphs

generate an html page with all current DCSS monster glyphs
http://dev.host/~shmup/crawl/dcss-glyphs.html
1 stars 0 forks source link

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 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.