Top Mud Sites Forum

Top Mud Sites Forum (http://www.topmudsites.com/forums/index.php)
-   MUD Coding (http://www.topmudsites.com/forums/forumdisplay.php?f=9)
-   -   Simple C++ MUD Code (http://www.topmudsites.com/forums/showthread.php?t=315)

Rathik 09-01-2006 10:55 PM

I am looking for a free simple/basic C++ mud codebase. Something that consists of no more than connecting, creating a username/password, basic movement, and saving player files. I have searched around and not seen anything yet besides Perl and Python codes.

I'm taking a C++ class, and I'd like to play around with connection type things/sockets without having to spend $40 - $60 on another book to tell me about it and also without having to sift through pages and pages of flame spells, centaurs, and warrior code.

Let me know if there is one that exists out there. Thanks

Baram 09-02-2006 01:58 AM

I've heard of a few that are basically just that. SocketMud and CoreMud I *THINK* are that way, but no idea what language they are written in as I've never used them.

Gromble 09-02-2006 05:51 PM

Haven't seen any C++ engines that are as stripped down as you're asking for.

Also, those I have seen make use of features like C++ templates, and handy libraries like Boost smart pointers. These are things you're unlikely to cover in a primer on C++.

You may want to initially limit your search to a simple C++ socket server like this one...


Davion 09-03-2006 12:58 AM

codebase that I've been working on slowly is pretty stripped down. It's been awhile since I've sat down with it and ripped it apart though.

Zeno 09-04-2006 02:40 AM

Check out Nick Gammon's Tiny MUD server:

DagdaMor 09-04-2006 04:00 AM

SocketMUD comes in a C variety and a C++ variety (SocketMUD++) however the C++ version is no where near as stable or usable as the C one. But you could take the C++ base and look at how the C base has been improved and transpose it to C++.


All times are GMT -4. The time now is 11:58 PM.

Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright Top Mud Sites.com 2022