Commit Graph

10 Commits

Author SHA1 Message Date
Barra Ó Catháin a1b1b80449 Removed now unneeded placeholders, added stubs for "rulebooks" in documentation. 2023-09-12 23:25:44 +01:00
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
Barra Ó Catháin 8b0920c35d Added basic implemantation of message structures. 2023-08-18 00:45:24 +01:00
Barra Ó Catháin 6ed532c368 Added structure section. 2023-08-17 00:21:20 +01:00
Barra Ó Catháin 48f0858735 Began implementation planning document. 2023-08-17 00:14:40 +01:00
Barra Ó Catháin 168740ec34 Finished initial design document. 2023-08-14 01:39:05 +01:00
Barra Ó Catháin aaf1221304 Added initial details on abilities. 2023-08-13 03:20:09 +01:00
Barra Ó Catháin e6b6b86abf Basic groundwork on objects 2023-08-11 01:33:32 +01:00
Barra Ó Catháin 82f3d7164d Added design document, and began designing areas and dungeons. 2023-08-10 01:10:01 +01:00
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