Add cg-net.el: host-authoritative TCP transport for multiplayer

This commit is contained in:
Corwin Brust 2026-06-23 22:24:18 -05:00
parent 8d1902c8e6
commit 6593b49b74
4 changed files with 252 additions and 1 deletions

View file

@ -3,7 +3,7 @@ EMACS ?= emacs
PKG = card-games
VERSION = 1.0.50
# Source files in dependency order (cg-core first).
EL = cg-core.el cg-svg.el cg-render.el cg-bid.el cg-gaps.el cg-bid-ui.el card-games.el
EL = cg-core.el cg-svg.el cg-render.el cg-net.el cg-bid.el cg-gaps.el cg-bid-ui.el card-games.el
ELC = $(EL:.el=.elc)
PKGDESC = $(PKG)-pkg.el
TARDIR = $(PKG)-$(VERSION)