Ok, I would really like to build a java multiple user dimension (mud), but I don't know where to get started. Does anyone have any code or ideas or a tutorial or something that will point me in the right direction please? Thanks in advance.
Printable View
Ok, I would really like to build a java multiple user dimension (mud), but I don't know where to get started. Does anyone have any code or ideas or a tutorial or something that will point me in the right direction please? Thanks in advance.
Do you have a server conection that can support a java mud ??
I think you should start by learning how to make a chat server, and have the users that want to use your mud connect to your server using Telnet. Look for tutorials on Java newtorking and threads. Here are a few:
http://www.javacoffeebreak.com/java109/java109.html
http://journals.ecs.soton.ac.uk/java...ing/index.html
http://www.npac.syr.edu/users/njm/javatutorial498/
I hope you find these sites usefull.
- Hatem H