ref: fc6d30ef44dd7b66be3b57fde9f069bdc9c63517
parent: b20d1b60914135a6733805663dd821ed28162b8c
author: mkf <mkf@cloud9p.org>
date: Mon May 13 17:02:15 EDT 2024
README: srv is up and well
--- a/README
+++ b/README
@@ -9,13 +9,13 @@
- multiplayer (local and networked)
- better colors!
- cli and sdl clients
- - game server (WIP)
+ - game server
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 for plan 9 systems.
+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, so srv.c is unused currently :)
+neither of clients currently support networked multiplayer mode.
there are some documention of engine details and networked protocol in doc.