Commit Graph

7 Commits (6941e6e41580ba5d19a9b8ac3d4ec6cc29ba4d04)

Author SHA1 Message Date
Dozens B. McCuzzins 6941e6e415 add twee and html
turns out twee, the plain text twine format, is dead simple. a little
sed and a recfmt template, and now we have twine support! installed
tweego[1] and now i have a little html pipeline! and with the twison
format library[2] i also get a json object of the whole game in case i
want to embedd it in some other framework or something. the only kind of
annoying part is that instead of generating json, it generates a
preformatted html tag full of the json object that is created on the fly
with javascript. so you can't just dump the contents. you have to open a
browser and copy the contents of the div to a file. unless you use like,
a headless browser or something.

[1]: https://www.motoslave.net/tweego/docs/
[2]: https://github.com/lazerwalker/twison
2023-11-28 21:51:33 -07:00
Dozens B. McCuzzins 60e19b8cff 🛠️ 2023-10-23 09:14:55 -06:00
Dozens B. McCuzzins 123bd2feb8 🌽 2023-10-23 07:16:13 -06:00
Dozens B. McCuzzins ecb3aa780d ✏️ 2023-10-18 07:20:28 -06:00
Dozens B. McCuzzins fb4cd8ad03 ✏️ 2023-10-17 07:23:32 -06:00
Dozens B. McCuzzins 2a84283359 🗄️🔧 2023-10-16 22:16:35 -06:00
Dozens B. McCuzzins ef862dd660 blap 2022-10-10 11:19:24 -06:00