Commit Graph

10 Commits (main)

Author SHA1 Message Date
dozens 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 ba18316f2d 🌽 dither it! 2023-10-24 22:22:39 -06:00
dozens 3432589322 📝 2023-10-23 09:34:57 -06:00
dozens 60e19b8cff 🛠️ 2023-10-23 09:14:55 -06:00
dozens 123bd2feb8 🌽 2023-10-23 07:16:13 -06:00
dozens ecb3aa780d ✏️ 2023-10-18 07:20:28 -06:00
dozens fb4cd8ad03 ✏️ 2023-10-17 07:23:32 -06:00
dozens 2a84283359 🗄️🔧 2023-10-16 22:16:35 -06:00
dozens 28ed22cf36 inits 2022-11-26 15:09:01 -07:00
dozens ef862dd660 blap 2022-10-10 11:19:24 -06:00