|
MUD player for ~20 years, (previously) administrator/developer for ~5. First of all, great work on pushing this out and making a usable product, especially one built for people who aren't entirely familiar with writing software (which is often the big hurdle for starting a new IF game or MUD). I haven't had time to play with it, but I do have three (or 2.5) pieces of feedback based off reading the documentation. 1. Service subscriptions are solid, and using them for multiplayer access is entirely reasonable here. $15/mo isn't actually very much for that, especially since hosting is handled, so that's an exquisitely low barrier to entry for that. That said, Patreon is a big turn-off for a lot of people (including myself, though I'm not necessarily your target audience either). 2. Lack of telnet connection on multiplayer worlds is a big hurdle. Most MUDs/MUSHes/MOOs are telnet-based, and by not making this a way to connect, you are effectively turning away ~30 years of software written, and a good percentage of the people who have grown used to this software. In the MUD I worked on, I still had players using zMUD because it's what they preferred and what they had things built for, despite it not having been maintained for years and not being able to use several features of the MUD as a result (xterm colour, MXP, GMCP and other telnet subnegotiation protocols). 2.5. VIPs (Visually Impaired Persons/Players) and accessibility. This is one of the largest userbases for a MUD or IF game, as other games that are accessible to them are somewhat rare. I cannot speak to how screenreader-friendly your web client is, but telnet access lets them use clients that already are compatible and integrated with screenreaders. 2.75. Players with terrible internet. Many countries have great internet. Many countries, and even parts of countries that would otherwise have great internet, do not. A lot of players I've met in MUDs played them not because they were enthusiasts, but because they were more friendly to slow connections with high latency. Throttling my connection to some test settings I used for testing data flow to a couple players so I could recommend settings to them and test things for them, your client and the initial screen of the game you have on your homepage linked to the "Play" button is 44s. There is a chance none of these are concerns for you, and that is an entirely fair decision - you can't develop for everybody. But I hope this is useful feedback. |
- Patreon isn't the ideal subscription service but it was the most lightweight tool we could find for the job since some users wanted to contribute and it didn't make sense to integrate a full payment platform right now. Is there a particular reason that you find it off-putting?
- Telnet actually came up recently on the Discord. It's something we might do, but would take a fair bit of work and loses out on some of the UI we've incorporated to try to make combat a little more engaging like cool down timers and cast bars. That said, we're not opposed to it if there's enough demand and people would actually use it.
- We've actually had a few visually impaired players and gotten some very useful feedback! There is a 'Use Accessibility Layout' option that tries to optimize the experience for screenreaders, although there is likely room for iteration.
- That's a fair point and may be tough to optimize to the same degree while taking advantage of the more modern frameworks that make the platform (hopefully) more user-friendly. That said, there's probably some refinement that could be done there to at least help a little and I would imagine that once in-game, the packets going back and forth don't put too much strain on the connection.
Always good to hear from people who know the space!