A text-based hackable multiplayer role-playing game. Currently in very early development.
Go to file
Barra Ó Catháin 32c802b2a8 Make client use getopts and getaddrinfo
* source/client/main.c (main):
  Added command-line option handler.
  Refactored socket creation make use of getaddrinfo.
2024-03-15 01:32:16 +00:00
data Initial directory structure of rewrite. 2023-07-30 23:08:06 +01:00
documentation Removed now unneeded placeholders, added stubs for "rulebooks" in documentation. 2023-09-12 23:25:44 +01:00
lisp Accidental typo while moving around. 2023-11-21 10:51:38 +00:00
notes Removed now unneeded placeholders, added stubs for "rulebooks" in documentation. 2023-09-12 23:25:44 +01:00
source Make client use getopts and getaddrinfo 2024-03-15 01:32:16 +00:00
tests Initial directory structure of rewrite. 2023-07-30 23:08:06 +01:00
.gitignore Added independent output thread. 2023-11-09 23:51:50 +00:00
LICENSE Initial directory structure of rewrite. 2023-07-30 23:08:06 +01:00
Makefile.am Added independent output thread. 2023-11-09 23:51:50 +00:00
README.org Initial directory structure of rewrite. 2023-07-30 23:08:06 +01:00
configure.ac Added independent output thread. 2023-11-09 23:51:50 +00:00

README.org

SilverMUD: The Hackable Terminal-Top Roleplaying Game!

SilverMUD: The Hackable Terminal-Top Roleplaying Game!

SilverMUD is a setting-agnostic multiplayer roleplaying game which is played over the internet. It gives a gamemaster the same flexibility they have to improvise and create content as they would have at a table-top, by allowing game content to be programmed and altered on-the-fly, using an integrated Scheme interpreter. It can be played as a multi-user dungeon, or a "terminal-top" roleplaying game, depending on how you decide to configure it.