fix README
This commit is contained in:
parent
59c83e2bd2
commit
1b90c918bb
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue