A text-based hackable multiplayer role-playing game. Currently in very early development.
Go to file
Barra Ó Catháin 30e63d36b5 Changed player names to allocated strings to be friendly to Scheme! 2023-11-20 21:33:45 +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 Basic Scheme implementations of player structures and messaging. 2023-11-20 21:32:53 +00:00
notes Removed now unneeded placeholders, added stubs for "rulebooks" in documentation. 2023-09-12 23:25:44 +01:00
source Changed player names to allocated strings to be friendly to Scheme! 2023-11-20 21:33:45 +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.