8 ms·
MUDs are a great breeding ground for bespoke programs. I've made my own system of triggers and aliases in Rust, which interfaces with Mudlet (very popular MUD c
by seurimas 3y ago
MUDs are a great breeding ground for bespoke programs. I've made my own system of triggers and aliases in Rust, which interfaces with Mudlet (very popular MUD client) through JSON over stdio. Being written in Rust, it has enabled a publicly usable web tool (http://seurimas.github.io/topper/explainer/?/topper/explainer/helps/demo.json http://seurimas.github.io/topper/explainer/?/topper/explaine...), but the majority of the code is just for me.
- internetter 3y agoThe site you linked isn't loading for me. It's just a black page with a favicon
- seurimas 3y agoI had the wrong path for the demo file. It ought to work now.