Text rpg: multiplayer

Started by
1 comment, last by tldalton1622 17 years, 12 months ago
Good morning gamedev, I'm currently programming a text based rpg. I want to put it online and have it as a mud for a few friends and i. My question is: do I need to know any scripting to have a mud online? 20 people are the max that will be online. Can i use C++ alone or do i need to learn anything else? Thank you in advance. Travis
Advertisement
If you're using C++, you will be just fine using only that (and something like Winsock). Scripting is a plus, but not required.

Edit: Here is a good basic tutor on making a MUD in C++ (on Gamedev site).
Thank You

This topic is closed to new replies.

Advertisement