state sync; the basic early game works

This commit is contained in:
2025-08-05 17:57:43 -07:00
parent 9f514db33b
commit 1b72e899af
16 changed files with 209 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ import threading
import flask
from gevent.pywsgi import WSGIServer
from pylocal import core, dev, items, tick
from pylocal import core, actions, dev, items, tick
sig_exit = threading.Event()