Subj : Re: Zork
To   : Embalmed
From : ryan
Date : Thu Apr 02 2020 01:40 am

Em>  ry> I can't remember how I got this all set up honestly. I'll research it
Em>  ry> later tonight.
Em> figure anything out?

Yeah, it just...works. :/

I have the ansi-bbs term from the synchronet unix wiki that I've installed,
and I launch a script to fire up the frotz binary. I have the frotz binary
Marisa G compiled and it works fine.

I also run the game to save stuff in user directories. The script takes an
argument of the user number.

< snip >
#!/bin/bash
cd /doors/zork
export TERM=ansi-bbs
export LANG=en_us
[ ! -d /doors/zork/$1 ] && mkdir /doors/zork/$1
stty cols 80 rows 25 && /doors/zork/frotz -F -R $1 zork1.dat
< snip >

Not sure what could be happening on your end. I tested the advland game as
well and had no problems :(
Sorry can't be of more help.

--- Mystic BBS v1.12 A46 2020/03/18 (Linux/64)
* Origin: monterey bbs (77:1/128)