Add in a util to convert from hex/rgb colour to indexed (xterm) colour. Shoutout...
commit166aff08f9f21d9053614b1dde3e369c66808f68
authorElronnd <elronnd@slashem.me>
Wed, 8 Feb 2017 06:38:54 +0000 (7 23:38 -0700)
committerElronnd <elronnd@slashem.me>
Wed, 8 Feb 2017 06:38:54 +0000 (7 23:38 -0700)
tree7bd844ad61ca56d0b1e980f277cfc45641b9794e
parent5dec5685ebe7c073748b6574dd1d8a2914c0e2e0
Add in a util to convert from hex/rgb colour to indexed (xterm) colour.  Shoutout to calmar.ws/vim/256-xterm-24bit-rgb-color-chart.html for being the best chart of its kind I could find.  WHY, oh WHY DO I SPEND VALUABLE DEVELOPMENT TIME ON THIS STUFF??
dub.json
src/game.d
src/mapgen.d
src/util.d