A text-based hackable multiplayer role-playing game. Currently in very early development.
Go to file
Barra Ó Catháin 3fc75ef30f Basic message receiver, server now echoes messages to all clients. 2023-08-31 01:44:17 +01:00
data Initial directory structure of rewrite. 2023-07-30 23:08:06 +01:00
documentation Initial directory structure of rewrite. 2023-07-30 23:08:06 +01:00
lisp Initial directory structure of rewrite. 2023-07-30 23:08:06 +01:00
notes Added basic implemantation of message structures. 2023-08-18 00:45:24 +01:00
source Basic message receiver, server now echoes messages to all clients. 2023-08-31 01:44:17 +01:00
tests Initial directory structure of rewrite. 2023-07-30 23:08:06 +01:00
.gitignore Added basic client capable of connecting to the server. 2023-08-25 00:34:05 +01:00
LICENSE Initial directory structure of rewrite. 2023-07-30 23:08:06 +01:00
Makefile.am Basic message receiver, server now echoes messages to all clients. 2023-08-31 01:44:17 +01:00
README.org Initial directory structure of rewrite. 2023-07-30 23:08:06 +01:00
configure.ac Set up GNU Autotools as build system. 2023-08-24 00:12:27 +01: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.