hello all, i for the past few years have been writing addon modules for the MajorBBS/Worldgroup platform, i have slowly been getting out of the bbs dependency and trying to do my own standalone in C.
Since i have been writing addons all the networking code is done already so doing a standalone is killing me is there anywhere available for C a simple mud code base that accepts a connection, displays a welcome screen and asks for logon, then asks for password, and once connected enteres the "game" where it accepts commands, like say "quit"? i looked at socketmud but it was for linux, i just want something simple to use as a learning tool to see how sockets are initialized, assigned, etc, then the game loop is processed.
any help is appreciated.
Thank you.
Since i have been writing addons all the networking code is done already so doing a standalone is killing me is there anywhere available for C a simple mud code base that accepts a connection, displays a welcome screen and asks for logon, then asks for password, and once connected enteres the "game" where it accepts commands, like say "quit"? i looked at socketmud but it was for linux, i just want something simple to use as a learning tool to see how sockets are initialized, assigned, etc, then the game loop is processed.
any help is appreciated.
Thank you.