Text browser game?

05/05/2017 15:32 Nebunulll#1
I'm working on a text browser game and I am looking for the following:

ideas
features
is it worth it?



Here's a copy/paste of the project thread from another forum.


05/07/2017 20:19 atom0s#2
If it's fully text based it will fall under the category of a MUD/MOO/ROM. You could look at all the various code bases for those and port it to PHP. Would require the use of web sockets in the default form unless you redo the code as callbacks or similar though, so keep that in mind when choosing a host.