315 B
315 B
Files for tbaMUD.
To build
- clone the munit library into src/munit. It is registered as a submodule in git
git submodule init - run configure:
./configure - build the code:
cd src && make - run the mud:
cd ..; bin/circle 1234 - connect via telnet to port 1234.
Read more in the doc/ folder