all repos — xrxs @ 1b90c918bb7c281cd56a5b50d4f106b8b8488aea

experimental networked application/game server with 9p

fix README
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEkFh6dA+k/6CXFXU4O3+8IhROY5gFAmDdc2wACgkQO3+8IhRO
Y5iNlw/+KhuRdslRahDYG1ATZm+8lAzAbdar/BKqLznNxaipL1MDxIN3Ry9eS/pU
u2/JH+wGcgyRQyLxEGOut632qpgxcP3ZGFQsSF6PrGexHuk1o2GzRuvQmPMgH3tn
wfrw3RUYZbdqfcfMA6XAJBtK7f56nS3Luz6hF1Me7hN4ljMOEkjOWWjflmK869GY
zeBT0ihU76dP+n/h6c2tbIfT/RVJJSIXhQh98nWmCpwkGiSDKGNNJCpdNSGipXwd
n0SdjtwH98Dwg2uZKxTSVUrAbdPaxj0d5WB/36nDL4ZzYlLurrAr3DB43mqK6tum
eUUs61fYGIM+AUk5FJ+ykfRf1Yb0IHnoCFu0X83iXBE/LIGRRNjiM9zs+lgQhykY
/N1vkag0Wbm3IazZxU4VDBLOP14JVY3EC0qOq17e/uESBaCGSecAU79tx7nbWmRp
a/uYB78tyGrUxy4mHBjsSXJESraHDXFMgLlVTKADTdwfsk111cz1pNgSdOW6A/kq
E2ZIlG2Ed+nvCIlVPxzhhl0zsY+su2or5iXtpMh4j4UgNjNPNGW57Vsz6wY30cn6
07IF03NsfwoNqnTzTYVjPa5OxcZ0hxhaJwvgrD0rDTHBUBGLukNJIuM5mJMCX6pk
9GQLPxg6NZ4aUL6S2OHuDy8GQ1gAxSJDxAB9/MJ6vtKaSjZCMzQ=
=FHuQ
-----END PGP SIGNATURE-----
commit

1b90c918bb7c281cd56a5b50d4f106b8b8488aea

parent

59c83e2bd234f627ce137925c5c530add7246a7c

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -2,7 +2,7 @@ # xrxs

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

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