Tiny MUD client - example code

Posted by Nick Gammon on Tue 07 Jan 2003 08:50 PM — 2 posts, 11,843 views.

Australia Forum Administrator #0

I am pleased to release into the public domain an example MUD client written in C (source only). It was developed in Unix, but should compile OK under Cygwin (on Windows) with minor changes to 'include' files.

This program is only a simple example (296 lines of code), however if you are interested in seeing how a client works, or wanting to write your own, you could use this as a basis for it.

The code is not copyright, so you can use it as you will.

Download it from http://www.gammon.com.au/files/muds/tinyclient-1.0.0.tar.gz (4 Kb).

Amended on Wed 10 Nov 2004 08:00 PM by Nick Gammon
Australia Forum Administrator #1

I have removed some commented-out code that would be a bit confusing. The source size is now 286 lines.

Download it from http://www.gammon.com.au/files/muds/tinyclient-1.0.1.tar.gz (4 Kb).