ID:190191
 
Hey ive learned how to use winsock in c++ recently and wondering if any of you could help me out with making a C++ mud. Or do i have to do it with something besides winsock? thanx.
Jinjo21 wrote:
Hey ive learned how to use winsock in c++ recently and wondering if any of you could help me out with making a C++ mud. Or do i have to do it with something besides winsock? thanx.

There are many, many parts to creating a MUD in other languages, any language really. Client / Server Communication, a Command Parser and processor, a Qeue processing system, and a bundle of stuff. If you want help with a MUD in C++, why don't you try a C++ board, or a website dedicated to MUD's?

www.mudconnector.com should get you started, the forums.
In response to Alathon
Thanx....Ive seen multi-player games in winsock before but didnt know if a mud was possible in it.
In response to Jinjo21
Heh, actuially winsock is the base conenction protocol or whatnot for all these multiplayer games :) Even DirectPlay uses winsock at route :)