Barra Ó Catháin
22e74ebfc1
Set up the initial directory structure for the rewrite of SilverMUD. - data/ - Stores any multi-media or binary assets. - documentation/ - Contains user-facing documentation for any programs in the repository. - lisp/ - Contains Scheme source files. - notes/ - Contains developer-facing documentation and design documents. - source/ - Contains C source files. - tests/ - Contains any tests for any programs in the repository. |
||
---|---|---|
data | ||
documentation | ||
lisp | ||
notes | ||
source | ||
tests | ||
.gitignore | ||
LICENSE | ||
README.org |
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.