Thomas Arp b76945f1ff Merge branch 'master' into feature/unittesting
# Conflicts:
#	.gitignore
#	src/Makefile.in
2025-07-02 22:49:38 +02:00
2013-08-21 19:11:36 -04:00
2006-12-19 22:56:18 +00:00
2006-12-19 22:56:18 +00:00
2025-07-02 22:34:57 +02:00
2024-05-18 21:21:17 +02:00
2010-12-02 22:35:47 +00:00
2006-12-19 22:56:18 +00:00
2009-12-05 22:24:22 +00:00
2009-12-05 22:24:22 +00:00
2009-12-05 22:24:22 +00:00
2019-01-19 23:25:38 +00:00
2025-07-02 22:34:57 +02:00
2015-03-29 11:05:35 +01:00
2009-12-05 22:24:22 +00:00
2024-06-27 00:31:54 +02:00
2006-12-19 22:56:18 +00:00

Files for tbaMUD.


To build

  1. run configure: ./configure
  2. build the code: cd src && make
  3. run the mud: cd ..; bin/circle 1234
  4. connect via telnet to port 1234.

Read more in the doc/ folder

To run the tests

  1. clone the munit library into src/munit. It is registered as a submodule in git

git submodule init && git submodule update

  1. install the cmocka-library: sudo apt install libcmocka-dev
  2. ./config.status && cd src && make test
Description
Fork of tbamud for grenzland.club
Readme 14 MiB
Languages
C 72.1%
PLSQL 23%
Jupyter Notebook 2.3%
Roff 1%
CMake 0.5%
Other 1%