Commit Graph

4 Commits (c9be129a51f1733072563a7ce133ba755931995f)

Author SHA1 Message Date
Dozens B. McCuzzins c9be129a51 lots of changes
- 🗄️ organizing files
- 🔧 add groff template and pdf + ascii targets
- 🔥 add graph-easy output which kind of sucks but i'm leaving it in
- 🔧 add tags file for navigating the game db
- 📝 add game content and docs
2023-10-16 23:06:00 -06:00
Dozens B. McCuzzins 44bf8a41f9 📝 add picture
...they're worth dozens and dozens of words
2022-10-10 09:14:06 -06:00
Dozens B. McCuzzins 0c059bb6d8 🐛 fix regex
the regex for building the DOT text was too greedy! in cases where there
were more than two branches in a given text, it would only match the
first branch and the second branch. because of how greedy it was.

so hopefully this should fix that. at least, graph.png looks correct to
me now.
2022-10-07 22:10:58 -06:00
Dozens B. McCuzzins 23d719eff7 2022-09-29 16:25:51 -06:00