Noobinabox / RotS_Live

The current live code of the MUD Return of the Shadow.
https://rotsmud.org/
2 stars 2 forks source link

More advanced views #193

Open kjvalencik opened 1 year ago

kjvalencik commented 1 year ago

The advanced view and advanced prompt are awesome for seeing more information at a glance, but also for scraping data from the game.

I'm actually working on a companion app that you run locally and it scrapes game data, giving you a view things. The plan is to also make use of AI generated imagery to also give the game "graphics."

It would be great to be able to more easily recognize other pieces of data. One thing that is difficult to recognize at the moment is items and mobs in a room. What do you think of including their number as well, like was added for rooms?

Alternatively, we could implement one of the client protocols other muds use to feed information without it being visible in text (e.g., https://tintin.mudhalla.net/protocols/mssp/).

Noobinabox commented 8 months ago

Sorry didn't see this till now, I have plans on adding MSSP to the game, just need some time to pull the trigger and start implementing it