JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
basic gameplay working
[hexbog.git] / notes
1 Command to build dict.json:
2         cat dictionary.txt | grep -v '^..\?$' | perl -0777 -p -e's/\n/","/mg' | sed -e 's/^,\?/["/' -e 's/,"$/]/' > dict.json
3         (relies on there being a newline at the end)