diff --git a/README.md b/README.md index 9fbbdf1..7cb361e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ `xrxs` is an experimental game server using the Plan 9 protocol `9p`. -The client is intended to be a specialized [https://wiki.xxiivv.com/site/uxn.html](uxn) ROM that can load other ROMs (possibly preserving its own code to maintain a common menu system or interface to `xrxs`). +The client is intended to be a specialized [uxn](https://wiki.xxiivv.com/site/uxn.html) ROM that can load other ROMs (possibly preserving its own code to maintain a common menu system or interface to `xrxs`). ## design @@ -34,6 +34,7 @@ This is the working structure of the 9p filesystem: ## realm format Each realm directory on the server should have the following files: + * `realm`: Basic data for the realm, file should contain only the maximum number of members, and the password hash, if any, separated by a space. * `members`: Members currently in the realm, one per line. * `universe`: The actual game state in for the realm, format is cartridge-specific.