ref: 440456a6f0c3e18c6a4ec4675846bd5c0a5157cc
parent: 8ad7cd5f89d4f0135a8f48834ac49f7d4b090b13
author: mkf <mkf@cloud9p.org>
date: Sat Oct 19 10:32:16 EDT 2024
update README
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is a improved version of games/glendy, also known as trap the cat game.
+This is a improved version of `games/glendy`, also known as trap the cat game.
the goal of the game is to either escape the trapper,
or manage to block the bunny (also known as glenda);
@@ -13,9 +13,10 @@
game logic is seprated from client details and interface,
and can be found on engine.[ch], there are also some portablity code
-in unix.c.
+in `unix.c`.
-cli.c and gui9.c contain clients, there is also a server in srv.c,
-neither of clients currently support networked multiplayer mode.
+`cli.c` and `gui9.c` contain clients, there is also a server in `srv.c` (also `srv4.c`, `srv5.c`),
+cli client current doesn't support networked mode, because i'm too lazy
+to implement networking in a portable manner between UNIX and plan 9.
there are some documention of engine details and networked protocol in doc.