fix README

This commit is contained in:
Iris Lightshard 2021-07-01 01:49:00 -06:00
parent 59c83e2bd2
commit 1b90c918bb
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -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.