A text-based hackable multiplayer role-playing game. Currently in very early development.
Go to file
Barra Ó Catháin 22e74ebfc1 Initial directory structure of rewrite.
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.
2023-07-30 23:08:06 +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 Initial directory structure of rewrite. 2023-07-30 23:08:06 +01:00
source Initial directory structure of rewrite. 2023-07-30 23:08:06 +01:00
tests Initial directory structure of rewrite. 2023-07-30 23:08:06 +01:00
.gitignore Initial directory structure of rewrite. 2023-07-30 23:08:06 +01:00
LICENSE Initial directory structure of rewrite. 2023-07-30 23:08:06 +01:00
README.org Initial directory structure of rewrite. 2023-07-30 23:08:06 +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.