~muirrum/cmud

Learning C networking by making a MUD
Make it clearer how big buffers are in login process
add basic error handling to configuration
start implementing XML in login.c

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~muirrum/cmud
read/write
git@git.sr.ht:~muirrum/cmud

You can also use your local clone with git send-email.

#CMUD

Experimenting with network programming in C by, how else, building a MUD engine. This is a spiritual successor of ~muirrum/hakkardrs, but that project never really got off the ground.

#Dependencies

This project requires argon2, pthread, libconfig, and your preferred libc. Development happens on a Gentoo x86 laptop with glibc.

#Building

Run make dev for a development symbols build, and make main for a non-debug symbols build. make dist builds a tarball, and make src builds an src tarball.