A text-based hackable multiplayer role-playing game. Currently in very early development.
Go to file
Barra Ó Catháin 5a53e9f197 Added basic player type containing a name, and made the server echo messages with player name. 2023-09-10 17:24:46 +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 player type containing a name, and made the server echo messages with player name. 2023-09-10 17:24:46 +01:00
source Added basic player type containing a name, and made the server echo messages with player name. 2023-09-10 17:24:46 +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 Added basic player type containing a name, and made the server echo messages with player name. 2023-09-10 17:24:46 +01:00
README.org Initial directory structure of rewrite. 2023-07-30 23:08:06 +01:00
configure.ac Added basic player type containing a name, and made the server echo messages with player name. 2023-09-10 17:24:46 +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.