I do little bits of C64 coding using XC=Basic. Sadly I don't do it often enough.

@gpowerf what do you use to match strings to relevant objects in a room
this is a problem i got stuck on somewhat
@gpowerf so it's just an exact string match?

i was working on some heuristic substring matcher but then i stopped working on MUDs.

@icedquinn the problem you will have with the C64 is that string manipulation is slow. I did another adventure (in BASIC) where it accepted sentences with the structure of:

[verb] [noun] or
[verb] noun] [preposition] [noun]

It also filtered words so that a sentence like "look at the window please" would be interpreted as "look window".

The issue with this is that string manipulation in BASIC was very slow. I ended up compiling the BASIC to speed it up, which worked better, but at times there was a little lag when interpreting things.

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.