Thus spake "b5mith": > I'm very familiar with Perl Joel, is there any chance I can trouble > you to send me that script? It's an excellent idea.
You can find the scripts in my SVN repository, here: http://www.nomic.net/viewvc/games/tld/mod/ The relevant files are: faces.gnumeric -- which defines the faces pieces.gnumeric -- which associates face ids with pieces faces.csv -- same as faces.gnumeric, but in CSV format pieces.csv -- same as pieces.gnumeric, but in CSV format faces.pl -- input faces.csv, output faces as SVG pieces.pl -- input pieces.csv, output buildFile lines symbols.svg -- the SVG elements referenced by output from faces.pl These are rather ugly; all of the SVG and buildFile output is hardcoded. (The code is licensed GPLv3, though I haven't made it so far as to put any notices in it.) Let me know if you make these into something more generally useful. I'd like to be involved, or at least be an interested bystander. -- J.
